#ACCE48

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

Shades of Conifer #ACCE48

Tints of Conifer #ACCE48

Color information

#ACCE48 (or 0xACCE48) is unknown color: approx Conifer. HEX triplet: AC, CE and 48. RGB value is (172,206,72). Sum of RGB (Red+Green+Blue) = 172+206+72=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 72 (28.52% from 255 or 16% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCE48 is #5331B7. Grayscale: #B5B5B5. Windows color (decimal): -5452216 or 4771500. OLE color: 4771500.

HSL color Cylindrical-coordinate representation of color #ACCE48: hue angle of 75.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACCE48 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB17220672-
CMYK0.1700.650.19
HSL75.22º57.76%54.51%-
HSV(B)75.22º65.05%80.78%-
XYZ40.2553.3814.31-
YUV180.5666.74121.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.22%
GREEN value IS 206 (80.86% from 255) = 45.78%
BLUE value IS 72 (28.52% from 255) = 16%
R=38.22%
G=45.78%
B=16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal172206720.1700.650.1975.2257.7654.51
HexACCE4811041134b3a37
Octal254316110210101231137267
Binary101011001100111010010001000101000001100111001011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCE48; }

 p { color: rgb(172,206,72); }

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

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

 a { background-color: rgb(172,206,72); }

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

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

 span { border-color: rgb(172,206,72); }

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