#A4F04A

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

Shades of Conifer #A4F04A

Tints of Conifer #A4F04A

Color information

#A4F04A (or 0xA4F04A) is unknown color: approx Conifer. HEX triplet: A4, F0 and 4A. RGB value is (164,240,74). Sum of RGB (Red+Green+Blue) = 164+240+74=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #A4F04A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4F04A is #5B0FB5. Grayscale: #C6C6C6. Windows color (decimal): -5967798 or 4911268. OLE color: 4911268.

HSL color Cylindrical-coordinate representation of color #A4F04A: hue angle of 87.47º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A4F04A is Cyan = 0.32, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB16424074-
CMYK0.3200.690.06
HSL87.47º84.69%61.57%-
HSV(B)87.47º69.17%94.12%-
XYZ47.7170.7117.61-
YUV198.3557.82103.5-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 240 (94.14% from 255) = 50.21%
BLUE value IS 74 (29.30% from 255) = 15.48%
R=34.31%
G=50.21%
B=15.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal164240740.3200.690.0687.4784.6961.57
HexA4F04A20045657553e
Octal244360112400105612712576
Binary101001001111000010010101000000100010111010101111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F04A; }

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

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

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

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

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

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

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

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