#ACF154

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

Shades of Conifer #ACF154

Tints of Conifer #ACF154

Color information

#ACF154 (or 0xACF154) is unknown color: approx Conifer. HEX triplet: AC, F1 and 54. RGB value is (172,241,84). Sum of RGB (Red+Green+Blue) = 172+241+84=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 84 (33.20% from 255 or 16.90% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF154 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF154 is #530EAB. Grayscale: #CBCBCB. Windows color (decimal): -5443244 or 5566892. OLE color: 5566892.

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

Color convert

RGB17224184-
CMYK0.2900.650.05
HSL86.37º84.86%63.73%-
HSV(B)86.37º65.15%94.51%-
XYZ50.0772.3219.71-
YUV202.4761.14106.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 241 (94.53% from 255) = 48.49%
BLUE value IS 84 (33.20% from 255) = 16.90%
R=34.61%
G=48.49%
B=16.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal172241840.2900.650.0586.3784.8663.73
HexACF1541D0415565540
Octal2543611243501015126125100
Binary101011001111000110101001110101000001101101011010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF154; }

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

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

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

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

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

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

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

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