#ACD350

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

Shades of Conifer #ACD350

Tints of Conifer #ACD350

Color information

#ACD350 (or 0xACD350) is unknown color: approx Conifer. HEX triplet: AC, D3 and 50. RGB value is (172,211,80). Sum of RGB (Red+Green+Blue) = 172+211+80=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 211 (82.81% from 255 or 45.57% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD350 is #532CAF. Grayscale: #B8B8B8. Windows color (decimal): -5450928 or 5297068. OLE color: 5297068.

HSL color Cylindrical-coordinate representation of color #ACD350: hue angle of 77.86º degrees, saturation: 0.6, 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 #ACD350 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB17221180-
CMYK0.1800.620.17
HSL77.86º59.82%57.06%-
HSV(B)77.86º62.09%82.75%-
XYZ41.7655.9416.19-
YUV184.469.08119.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 211 (82.81% from 255) = 45.57%
BLUE value IS 80 (31.64% from 255) = 17.28%
R=37.15%
G=45.57%
B=17.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal172211800.1800.620.1777.8659.8257.06
HexACD3501203E114e3c39
Octal25432312022076211167471
Binary10101100110100111010000100100111110100011001110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD350; }

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

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

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

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

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

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

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

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