#ACD25D

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

Shades of Conifer #ACD25D

Tints of Conifer #ACD25D

Color information

#ACD25D (or 0xACD25D) is unknown color: approx Conifer. HEX triplet: AC, D2 and 5D. RGB value is (172,210,93). Sum of RGB (Red+Green+Blue) = 172+210+93=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 93 (36.72% from 255 or 19.58% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD25D is #532DA2. Grayscale: #B9B9B9. Windows color (decimal): -5451171 or 6148780. OLE color: 6148780.

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

Color convert

RGB17221093-
CMYK0.1800.560.18
HSL79.49º56.52%59.41%-
HSV(B)79.49º55.71%82.35%-
XYZ42.0455.6518.88-
YUV185.375.91118.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 210 (82.42% from 255) = 44.21%
BLUE value IS 93 (36.72% from 255) = 19.58%
R=36.21%
G=44.21%
B=19.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal172210930.1800.560.1879.4956.5259.41
HexACD25D12038124f393b
Octal25432213522070221177173
Binary10101100110100101011101100100111000100101001111111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD25D; }

 p { color: rgb(172,210,93); }

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

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

 a { background-color: rgb(172,210,93); }

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

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

 span { border-color: rgb(172,210,93); }

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