#A4DB69

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

Shades of Conifer #A4DB69

Tints of Conifer #A4DB69

Color information

#A4DB69 (or 0xA4DB69) is unknown color: approx Conifer. HEX triplet: A4, DB and 69. RGB value is (164,219,105). Sum of RGB (Red+Green+Blue) = 164+219+105=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DB69 is #5B2496. Grayscale: #BDBDBD. Windows color (decimal): -5973143 or 6937508. OLE color: 6937508.

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

Color convert

RGB164219105-
CMYK0.2500.520.14
HSL88.95º61.29%63.53%-
HSV(B)88.95º52.05%85.88%-
XYZ43.1959.5822.59-
YUV189.5680.28109.77-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.61%
GREEN value IS 219 (85.94% from 255) = 44.88%
BLUE value IS 105 (41.41% from 255) = 21.52%
R=33.61%
G=44.88%
B=21.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1642191050.2500.520.1488.9561.2963.53
HexA4DB6919034E593d40
Octal244333151310641613175100
Binary10100100110110111101001110010110100111010110011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DB69; }

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

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

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

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

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

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

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

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