#a8f161

Color #A8F161 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #A8F161

Tints of Conifer #A8F161

Color information

#A8F161 (or 0xA8F161) is unknown color: approx Conifer. HEX triplet: A8, F1 and 61. RGB value is (168,241,97). Sum of RGB (Red+Green+Blue) = 168+241+97=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 97 (38.28% from 255 or 19.17% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F161 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F161 is #570E9E. Grayscale: #CBCBCB. Windows color (decimal): -5705375 or 6418856. OLE color: 6418856.

HSL color Cylindrical-coordinate representation of color #A8F161: hue angle of 90.42º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8F161 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB16824197-
CMYK0.3000.600.05
HSL90.42º83.72%66.27%-
HSV(B)90.42º59.75%94.51%-
XYZ49.7672.122.6-
YUV202.7668.32103.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 33.20%
GREEN value IS 241 (94.53% from 255) = 47.63%
BLUE value IS 97 (38.28% from 255) = 19.17%
R=33.20%
G=47.63%
B=19.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal168241970.3000.600.0590.4283.7266.27
HexA8F1611E03C55a5442
Octal250361141360745132124102
Binary10101000111100011100001111100111100101101101010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8f161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8f161; }

 p { color: rgb(168,241,97); }

 H1.HeaderClassName
 {
   color: #a8f161;
 }
 .AnyTagClassName
 {
   color: #a8f161;
 }
</style>
background-color css

<style>
 a { background-color: #a8f161; }

 a { background-color: rgb(168,241,97); }

 div.DivClassName
 {
   background-color: #a8f161;
 }
 .BgClassName
 {
   background-color: #a8f161;
 }
</style>
border-color css

<style>
 span { border-color: #a8f161; }

 span { border-color: rgb(168,241,97); }

 td.TdClassName
 {
   border-color: #a8f161;
 }
 .TagClassName
 {
   border-color: #a8f161;
 }
</style>