#ACD150

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

Shades of Conifer #ACD150

Tints of Conifer #ACD150

Color information

#ACD150 (or 0xACD150) is unknown color: approx Conifer. HEX triplet: AC, D1 and 50. RGB value is (172,209,80). Sum of RGB (Red+Green+Blue) = 172+209+80=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 209 (82.03% from 255 or 45.34% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD150 is #532EAF. Grayscale: #B7B7B7. Windows color (decimal): -5451440 or 5296556. OLE color: 5296556.

HSL color Cylindrical-coordinate representation of color #ACD150: hue angle of 77.21º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACD150 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB17220980-
CMYK0.1800.620.18
HSL77.21º58.37%56.67%-
HSV(B)77.21º61.72%81.96%-
XYZ41.2654.9516.02-
YUV183.2369.74119.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 209 (82.03% from 255) = 45.34%
BLUE value IS 80 (31.64% from 255) = 17.35%
R=37.31%
G=45.34%
B=17.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal172209800.1800.620.1877.2158.3756.67
HexACD1501203E124d3a39
Octal25432112022076221157271
Binary10101100110100011010000100100111110100101001101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD150; }

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

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

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

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

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

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

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

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