#ACF15D

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

Shades of Conifer #ACF15D

Tints of Conifer #ACF15D

Color information

#ACF15D (or 0xACF15D) is unknown color: approx Conifer. HEX triplet: AC, F1 and 5D. RGB value is (172,241,93). Sum of RGB (Red+Green+Blue) = 172+241+93=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF15D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF15D is #530EA2. Grayscale: #CCCCCC. Windows color (decimal): -5443235 or 6156716. OLE color: 6156716.

HSL color Cylindrical-coordinate representation of color #ACF15D: hue angle of 87.97º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ACF15D is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB17224193-
CMYK0.2900.610.05
HSL87.97º84.09%65.49%-
HSV(B)87.97º61.41%94.51%-
XYZ50.4472.4721.69-
YUV203.565.64105.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.99%
GREEN value IS 241 (94.53% from 255) = 47.63%
BLUE value IS 93 (36.72% from 255) = 18.38%
R=33.99%
G=47.63%
B=18.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172241930.2900.610.0587.9784.0965.49
HexACF15D1D03D5585441
Octal254361135350755130124101
Binary10101100111100011011101111010111101101101100010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF15D; }

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

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

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

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

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

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

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

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