#ACD169

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

Shades of Conifer #ACD169

Tints of Conifer #ACD169

Color information

#ACD169 (or 0xACD169) is unknown color: approx Conifer. HEX triplet: AC, D1 and 69. RGB value is (172,209,105). Sum of RGB (Red+Green+Blue) = 172+209+105=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD169 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD169 is #532E96. Grayscale: #BABABA. Windows color (decimal): -5451415 or 6934956. OLE color: 6934956.

HSL color Cylindrical-coordinate representation of color #ACD169: hue angle of 81.35º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACD169 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB172209105-
CMYK0.1800.500.18
HSL81.35º53.06%61.57%-
HSV(B)81.35º49.76%81.96%-
XYZ42.3655.3921.82-
YUV186.0882.24117.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 209 (82.03% from 255) = 43.00%
BLUE value IS 105 (41.41% from 255) = 21.60%
R=35.39%
G=43.00%
B=21.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1722091050.1800.500.1881.3553.0661.57
HexACD169120321251353e
Octal25432115122062221216576
Binary10101100110100011101001100100110010100101010001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD169; }

 p { color: rgb(172,209,105); }

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

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

 a { background-color: rgb(172,209,105); }

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

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

 span { border-color: rgb(172,209,105); }

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