#A4FB5E

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

Shades of Conifer #A4FB5E

Tints of Conifer #A4FB5E

Color information

#A4FB5E (or 0xA4FB5E) is unknown color: approx Conifer. HEX triplet: A4, FB and 5E. RGB value is (164,251,94). Sum of RGB (Red+Green+Blue) = 164+251+94=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 251 (98.44% from 255 or 49.31% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 251 - color contains mainly: green. Hex color #A4FB5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A4FB5E is #5B04A1. Grayscale: #CFCFCF. Windows color (decimal): -5964962 or 6224804. OLE color: 6224804.

HSL color Cylindrical-coordinate representation of color #A4FB5E: hue angle of 93.25º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A4FB5E is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB16425194-
CMYK0.3500.630.02
HSL93.25º95.15%67.65%-
HSV(B)93.25º62.55%98.43%-
XYZ51.8377.722.85-
YUV207.0964.1897.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.22%
GREEN value IS 251 (98.44% from 255) = 49.31%
BLUE value IS 94 (37.11% from 255) = 18.47%
R=32.22%
G=49.31%
B=18.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal164251940.3500.630.0293.2595.1567.65
HexA4FB5E2303F25d5f44
Octal244373136430772135137104
Binary10100100111110111011110100011011111110101110110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FB5E; }

 p { color: rgb(164,251,94); }

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

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

 a { background-color: rgb(164,251,94); }

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

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

 span { border-color: rgb(164,251,94); }

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