#A4F05F

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

Shades of Conifer #A4F05F

Tints of Conifer #A4F05F

Color information

#A4F05F (or 0xA4F05F) is unknown color: approx Conifer. HEX triplet: A4, F0 and 5F. RGB value is (164,240,95). Sum of RGB (Red+Green+Blue) = 164+240+95=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 95 (37.5% from 255 or 19.04% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #A4F05F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4F05F is #5B0FA0. Grayscale: #C9C9C9. Windows color (decimal): -5967777 or 6287524. OLE color: 6287524.

HSL color Cylindrical-coordinate representation of color #A4F05F: hue angle of 91.45º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4F05F is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB16424095-
CMYK0.3200.600.06
HSL91.45º82.86%65.69%-
HSV(B)91.45º60.42%94.12%-
XYZ48.5471.0421.98-
YUV200.7568.32101.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.87%
GREEN value IS 240 (94.14% from 255) = 48.10%
BLUE value IS 95 (37.5% from 255) = 19.04%
R=32.87%
G=48.10%
B=19.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal164240950.3200.600.0691.4582.8665.69
HexA4F05F2003C65b5342
Octal244360137400746133123102
Binary101001001111000010111111000000111100110101101110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F05F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F05F; }

 p { color: rgb(164,240,95); }

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

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

 a { background-color: rgb(164,240,95); }

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

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

 span { border-color: rgb(164,240,95); }

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