#ACD55A

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

Shades of Conifer #ACD55A

Tints of Conifer #ACD55A

Color information

#ACD55A (or 0xACD55A) is unknown color: approx Conifer. HEX triplet: AC, D5 and 5A. RGB value is (172,213,90). Sum of RGB (Red+Green+Blue) = 172+213+90=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD55A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD55A is #532AA5. Grayscale: #BBBBBB. Windows color (decimal): -5450406 or 5952940. OLE color: 5952940.

HSL color Cylindrical-coordinate representation of color #ACD55A: hue angle of 80º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACD55A is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB17221390-
CMYK0.1900.580.16
HSL80º59.42%59.41%-
HSV(B)80º57.75%83.53%-
XYZ42.6557.118.45-
YUV186.7273.42117.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 213 (83.59% from 255) = 44.84%
BLUE value IS 90 (35.55% from 255) = 18.95%
R=36.21%
G=44.84%
B=18.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal172213900.1900.580.168059.4259.41
HexACD55A1303A10503b3b
Octal25432513223072201207373
Binary10101100110101011011010100110111010100001010000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD55A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD55A; }

 p { color: rgb(172,213,90); }

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

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

 a { background-color: rgb(172,213,90); }

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

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

 span { border-color: rgb(172,213,90); }

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