#A4F34B

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

Shades of Conifer #A4F34B

Tints of Conifer #A4F34B

Color information

#A4F34B (or 0xA4F34B) is unknown color: approx Conifer. HEX triplet: A4, F3 and 4B. RGB value is (164,243,75). Sum of RGB (Red+Green+Blue) = 164+243+75=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 243 (95.31% from 255 or 50.41% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 243 - color contains mainly: green. Hex color #A4F34B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A4F34B is #5B0CB4. Grayscale: #C8C8C8. Windows color (decimal): -5967029 or 4977572. OLE color: 4977572.

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

Color convert

RGB16424375-
CMYK0.3300.690.05
HSL88.21º87.5%62.35%-
HSV(B)88.21º69.14%95.29%-
XYZ48.6372.518.09-
YUV200.2357.33102.16-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 243 (95.31% from 255) = 50.41%
BLUE value IS 75 (29.69% from 255) = 15.56%
R=34.02%
G=50.41%
B=15.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal164243750.3300.690.0588.2187.562.35
HexA4F34B21045558583e
Octal244363113410105513013076
Binary101001001111001110010111000010100010110110110001011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F34B; }

 p { color: rgb(164,243,75); }

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

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

 a { background-color: rgb(164,243,75); }

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

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

 span { border-color: rgb(164,243,75); }

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