#ACF356

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

Shades of Conifer #ACF356

Tints of Conifer #ACF356

Color information

#ACF356 (or 0xACF356) is unknown color: approx Conifer. HEX triplet: AC, F3 and 56. RGB value is (172,243,86). Sum of RGB (Red+Green+Blue) = 172+243+86=501 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.33% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 86 (33.98% from 255 or 17.17% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF356 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF356 is #530CA9. Grayscale: #CCCCCC. Windows color (decimal): -5442730 or 5698476. OLE color: 5698476.

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

Color convert

RGB17224386-
CMYK0.2900.650.05
HSL87.13º86.74%64.51%-
HSV(B)87.13º64.61%95.29%-
XYZ50.7473.5420.32-
YUV203.8761.48105.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.33%
GREEN value IS 243 (95.31% from 255) = 48.50%
BLUE value IS 86 (33.98% from 255) = 17.17%
R=34.33%
G=48.50%
B=17.17%

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
Decimal172243860.2900.650.0587.1386.7464.51
HexACF3561D0415575741
Octal2543631263501015127127101
Binary101011001111001110101101110101000001101101011110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF356; }

 p { color: rgb(172,243,86); }

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

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

 a { background-color: rgb(172,243,86); }

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

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

 span { border-color: rgb(172,243,86); }

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