#ACDD6B

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

Shades of Conifer #ACDD6B

Tints of Conifer #ACDD6B

Color information

#ACDD6B (or 0xACDD6B) is unknown color: approx Conifer. HEX triplet: AC, DD and 6B. RGB value is (172,221,107). Sum of RGB (Red+Green+Blue) = 172+221+107=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD6B is #532294. Grayscale: #C1C1C1. Windows color (decimal): -5448341 or 7069100. OLE color: 7069100.

HSL color Cylindrical-coordinate representation of color #ACDD6B: hue angle of 85.79º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACDD6B is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB172221107-
CMYK0.2200.520.13
HSL85.79º62.64%64.31%-
HSV(B)85.79º51.58%86.67%-
XYZ45.5261.5523.39-
YUV193.3579.27112.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 221 (86.72% from 255) = 44.2%
BLUE value IS 107 (42.19% from 255) = 21.4%
R=34.4%
G=44.2%
B=21.4%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722211070.2200.520.1385.7962.6464.31
HexACDD6B16034D563f40
Octal254335153260641512677100
Binary10101100110111011101011101100110100110110101101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDD6B; }

 p { color: rgb(172,221,107); }

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

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

 a { background-color: rgb(172,221,107); }

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

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

 span { border-color: rgb(172,221,107); }

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