#A4DB5E

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

Shades of Conifer #A4DB5E

Tints of Conifer #A4DB5E

Color information

#A4DB5E (or 0xA4DB5E) is unknown color: approx Conifer. HEX triplet: A4, DB and 5E. RGB value is (164,219,94). Sum of RGB (Red+Green+Blue) = 164+219+94=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 94 (37.11% from 255 or 19.71% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DB5E is #5B24A1. Grayscale: #BCBCBC. Windows color (decimal): -5973154 or 6216612. OLE color: 6216612.

HSL color Cylindrical-coordinate representation of color #A4DB5E: hue angle of 86.4º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4DB5E is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB16421994-
CMYK0.2500.570.14
HSL86.4º63.45%61.37%-
HSV(B)86.4º57.08%85.88%-
XYZ42.6659.3619.8-
YUV188.374.78110.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.38%
GREEN value IS 219 (85.94% from 255) = 45.91%
BLUE value IS 94 (37.11% from 255) = 19.71%
R=34.38%
G=45.91%
B=19.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal164219940.2500.570.1486.463.4561.37
HexA4DB5E19039E563f3d
Octal24433313631071161267775
Binary1010010011011011101111011001011100111101010110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DB5E; }

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

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

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

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

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

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

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

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