#ACD644

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

Shades of Conifer #ACD644

Tints of Conifer #ACD644

Color information

#ACD644 (or 0xACD644) is unknown color: approx Conifer. HEX triplet: AC, D6 and 44. RGB value is (172,214,68). Sum of RGB (Red+Green+Blue) = 172+214+68=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 68 (26.95% from 255 or 14.98% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD644 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD644 is #5329BB. Grayscale: #B9B9B9. Windows color (decimal): -5450172 or 4511404. OLE color: 4511404.

HSL color Cylindrical-coordinate representation of color #ACD644: hue angle of 77.26º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ACD644 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB17221468-
CMYK0.2000.680.16
HSL77.26º64.04%55.29%-
HSV(B)77.26º68.22%83.92%-
XYZ42.157.2814.31-
YUV184.862.09118.87-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.89%
GREEN value IS 214 (83.98% from 255) = 47.14%
BLUE value IS 68 (26.95% from 255) = 14.98%
R=37.89%
G=47.14%
B=14.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal172214680.2000.680.1677.2664.0455.29
HexACD64414044104d4037
Octal2543261042401042011510067
Binary1010110011010110100010010100010001001000010011011000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD644; }

 p { color: rgb(172,214,68); }

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

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

 a { background-color: rgb(172,214,68); }

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

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

 span { border-color: rgb(172,214,68); }

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