#A4D669

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

Shades of Conifer #A4D669

Tints of Conifer #A4D669

Color information

#A4D669 (or 0xA4D669) is unknown color: approx Conifer. HEX triplet: A4, D6 and 69. RGB value is (164,214,105). Sum of RGB (Red+Green+Blue) = 164+214+105=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D669 is #5B2996. Grayscale: #BBBBBB. Windows color (decimal): -5974423 or 6936228. OLE color: 6936228.

HSL color Cylindrical-coordinate representation of color #A4D669: hue angle of 87.52º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A4D669 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB164214105-
CMYK0.2300.510.16
HSL87.52º57.07%62.55%-
HSV(B)87.52º50.93%83.92%-
XYZ41.9157.0122.16-
YUV186.6281.94111.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.95%
GREEN value IS 214 (83.98% from 255) = 44.31%
BLUE value IS 105 (41.41% from 255) = 21.74%
R=33.95%
G=44.31%
B=21.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1642141050.2300.510.1687.5257.0762.55
HexA4D669170331058393f
Octal24432615127063201307177
Binary10100100110101101101001101110110011100001011000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D669; }

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

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

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

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

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

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

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

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