#ACDD62

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

Shades of Conifer #ACDD62

Tints of Conifer #ACDD62

Color information

#ACDD62 (or 0xACDD62) is unknown color: approx Conifer. HEX triplet: AC, DD and 62. RGB value is (172,221,98). Sum of RGB (Red+Green+Blue) = 172+221+98=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 98 (38.67% from 255 or 19.96% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACDD62 is #53229D. Grayscale: #C0C0C0. Windows color (decimal): -5448350 or 6479276. OLE color: 6479276.

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

Color convert

RGB17222198-
CMYK0.2200.560.13
HSL83.9º64.4%62.55%-
HSV(B)83.9º55.66%86.67%-
XYZ45.0761.3721.02-
YUV192.3374.77113.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.03%
GREEN value IS 221 (86.72% from 255) = 45.01%
BLUE value IS 98 (38.67% from 255) = 19.96%
R=35.03%
G=45.01%
B=19.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172221980.2200.560.1383.964.462.55
HexACDD6216038D54403f
Octal254335142260701512410077
Binary10101100110111011100010101100111000110110101001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDD62; }

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

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

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

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

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

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

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

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