#ACF85D

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

Shades of Conifer #ACF85D

Tints of Conifer #ACF85D

Color information

#ACF85D (or 0xACF85D) is unknown color: approx Conifer. HEX triplet: AC, F8 and 5D. RGB value is (172,248,93). Sum of RGB (Red+Green+Blue) = 172+248+93=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF85D is #5307A2. Grayscale: #D0D0D0. Windows color (decimal): -5441443 or 6158508. OLE color: 6158508.

HSL color Cylindrical-coordinate representation of color #ACF85D: hue angle of 89.42º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACF85D is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB17224893-
CMYK0.3100.620.03
HSL89.42º91.72%66.86%-
HSV(B)89.42º62.5%97.25%-
XYZ52.5676.722.39-
YUV207.6163.32102.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 248 (97.27% from 255) = 48.34%
BLUE value IS 93 (36.72% from 255) = 18.13%
R=33.53%
G=48.34%
B=18.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal172248930.3100.620.0389.4291.7266.86
HexACF85D1F03E3595c43
Octal254370135370763131134103
Binary1010110011111000101110111111011111011101100110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF85D; }

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

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

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

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

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

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

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

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