#ACD45F

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

Shades of Conifer #ACD45F

Tints of Conifer #ACD45F

Color information

#ACD45F (or 0xACD45F) is unknown color: approx Conifer. HEX triplet: AC, D4 and 5F. RGB value is (172,212,95). Sum of RGB (Red+Green+Blue) = 172+212+95=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD45F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD45F is #532BA0. Grayscale: #BBBBBB. Windows color (decimal): -5450657 or 6280364. OLE color: 6280364.

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

Color convert

RGB17221295-
CMYK0.1900.550.17
HSL80.51º57.64%60.2%-
HSV(B)80.51º55.19%83.14%-
XYZ42.6256.6819.52-
YUV186.776.25117.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 212 (83.20% from 255) = 44.26%
BLUE value IS 95 (37.5% from 255) = 19.83%
R=35.91%
G=44.26%
B=19.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal172212950.1900.550.1780.5157.6460.2
HexACD45F1303711513a3c
Octal25432413723067211217274
Binary10101100110101001011111100110110111100011010001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD45F; }

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

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

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

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

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

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

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

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