#ACD469

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

Shades of Conifer #ACD469

Tints of Conifer #ACD469

Color information

#ACD469 (or 0xACD469) is unknown color: approx Conifer. HEX triplet: AC, D4 and 69. RGB value is (172,212,105). Sum of RGB (Red+Green+Blue) = 172+212+105=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD469 is #532B96. Grayscale: #BCBCBC. Windows color (decimal): -5450647 or 6935724. OLE color: 6935724.

HSL color Cylindrical-coordinate representation of color #ACD469: hue angle of 82.43º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACD469 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB172212105-
CMYK0.1900.500.17
HSL82.43º55.44%62.16%-
HSV(B)82.43º50.47%83.14%-
XYZ43.1156.8822.07-
YUV187.8481.25116.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 212 (83.20% from 255) = 43.35%
BLUE value IS 105 (41.41% from 255) = 21.47%
R=35.17%
G=43.35%
B=21.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722121050.1900.500.1782.4355.4462.16
HexACD469130321152373e
Octal25432415123062211226776
Binary10101100110101001101001100110110010100011010010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD469; }

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

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

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

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

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

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

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

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