#A4F162

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

Shades of Conifer #A4F162

Tints of Conifer #A4F162

Color information

#A4F162 (or 0xA4F162) is unknown color: approx Conifer. HEX triplet: A4, F1 and 62. RGB value is (164,241,98). Sum of RGB (Red+Green+Blue) = 164+241+98=503 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.60% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 98 (38.67% from 255 or 19.48% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F162 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F162 is #5B0E9D. Grayscale: #CACACA. Windows color (decimal): -5967518 or 6484388. OLE color: 6484388.

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

Color convert

RGB16424198-
CMYK0.3200.590.05
HSL92.31º83.63%66.47%-
HSV(B)92.31º59.34%94.51%-
XYZ48.9771.6822.81-
YUV201.6869.49101.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.60%
GREEN value IS 241 (94.53% from 255) = 47.91%
BLUE value IS 98 (38.67% from 255) = 19.48%
R=32.60%
G=47.91%
B=19.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal164241980.3200.590.0592.3183.6366.47
HexA4F1622003B55c5442
Octal244361142400735134124102
Binary101001001111000111000101000000111011101101110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F162; }

 p { color: rgb(164,241,98); }

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

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

 a { background-color: rgb(164,241,98); }

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

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

 span { border-color: rgb(164,241,98); }

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