#ACD450

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

Shades of Conifer #ACD450

Tints of Conifer #ACD450

Color information

#ACD450 (or 0xACD450) is unknown color: approx Conifer. HEX triplet: AC, D4 and 50. RGB value is (172,212,80). Sum of RGB (Red+Green+Blue) = 172+212+80=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD450 is #532BAF. Grayscale: #B9B9B9. Windows color (decimal): -5450672 or 5297324. OLE color: 5297324.

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

Color convert

RGB17221280-
CMYK0.1900.620.17
HSL78.18º60.55%57.25%-
HSV(B)78.18º62.26%83.14%-
XYZ4256.4416.27-
YUV184.9968.75118.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 212 (83.20% from 255) = 45.69%
BLUE value IS 80 (31.64% from 255) = 17.24%
R=37.07%
G=45.69%
B=17.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal172212800.1900.620.1778.1860.5557.25
HexACD4501303E114e3d39
Octal25432412023076211167571
Binary10101100110101001010000100110111110100011001110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD450; }

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

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

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

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

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

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

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

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