#A4FA5A

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

Shades of Conifer #A4FA5A

Tints of Conifer #A4FA5A

Color information

#A4FA5A (or 0xA4FA5A) is unknown color: approx Conifer. HEX triplet: A4, FA and 5A. RGB value is (164,250,90). Sum of RGB (Red+Green+Blue) = 164+250+90=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #A4FA5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FA5A is #5B05A5. Grayscale: #CECECE. Windows color (decimal): -5965222 or 5962404. OLE color: 5962404.

HSL color Cylindrical-coordinate representation of color #A4FA5A: hue angle of 92.25º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4FA5A is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB16425090-
CMYK0.3400.640.02
HSL92.25º94.12%66.67%-
HSV(B)92.25º64%98.04%-
XYZ51.347721.83-
YUV206.0562.5198.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 250 (98.05% from 255) = 49.60%
BLUE value IS 90 (35.55% from 255) = 17.86%
R=32.54%
G=49.60%
B=17.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal164250900.3400.640.0292.2594.1266.67
HexA4FA5A2204025c5e43
Octal2443721324201002134136103
Binary101001001111101010110101000100100000010101110010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FA5A; }

 p { color: rgb(164,250,90); }

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

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

 a { background-color: rgb(164,250,90); }

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

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

 span { border-color: rgb(164,250,90); }

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