#A4F15C

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

Shades of Conifer #A4F15C

Tints of Conifer #A4F15C

Color information

#A4F15C (or 0xA4F15C) is unknown color: approx Conifer. HEX triplet: A4, F1 and 5C. RGB value is (164,241,92). Sum of RGB (Red+Green+Blue) = 164+241+92=497 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.00% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F15C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F15C is #5B0EA3. Grayscale: #C9C9C9. Windows color (decimal): -5967524 or 6091172. OLE color: 6091172.

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

Color convert

RGB16424192-
CMYK0.3200.620.05
HSL91.01º84.18%65.29%-
HSV(B)91.01º61.83%94.51%-
XYZ48.771.5821.37-
YUV200.9966.49101.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.00%
GREEN value IS 241 (94.53% from 255) = 48.49%
BLUE value IS 92 (36.33% from 255) = 18.51%
R=33.00%
G=48.49%
B=18.51%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal164241920.3200.620.0591.0184.1865.29
HexA4F15C2003E55b5441
Octal244361134400765133124101
Binary101001001111000110111001000000111110101101101110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F15C; }

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

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

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

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

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

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

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

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