#ACDD3E

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

Shades of Conifer #ACDD3E

Tints of Conifer #ACDD3E

Color information

#ACDD3E (or 0xACDD3E) is unknown color: approx Conifer. HEX triplet: AC, DD and 3E. RGB value is (172,221,62). Sum of RGB (Red+Green+Blue) = 172+221+62=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 221 (86.72% from 255 or 48.57% from 455); Blue value is 62 (24.61% from 255 or 13.63% from 455); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDD3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDD3E is #5322C1. Grayscale: #BCBCBC. Windows color (decimal): -5448386 or 4119980. OLE color: 4119980.

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

Color convert

RGB17222162-
CMYK0.2200.720.13
HSL78.49º70.04%55.49%-
HSV(B)78.49º71.95%86.67%-
XYZ43.7460.8313.99-
YUV188.2256.77116.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 221 (86.72% from 255) = 48.57%
BLUE value IS 62 (24.61% from 255) = 13.63%
R=37.80%
G=48.57%
B=13.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal172221620.2200.720.1378.4970.0455.49
HexACDD3E16048D4e4637
Octal254335762601101511610667
Binary10101100110111011111101011001001000110110011101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDD3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDD3E; }

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

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

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

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

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

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

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

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