#ACD948

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

Shades of Conifer #ACD948

Tints of Conifer #ACD948

Color information

#ACD948 (or 0xACD948) is unknown color: approx Conifer. HEX triplet: AC, D9 and 48. RGB value is (172,217,72). Sum of RGB (Red+Green+Blue) = 172+217+72=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD948 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD948 is #5326B7. Grayscale: #BBBBBB. Windows color (decimal): -5449400 or 4774316. OLE color: 4774316.

HSL color Cylindrical-coordinate representation of color #ACD948: hue angle of 78.62º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACD948 is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB17221772-
CMYK0.2100.670.15
HSL78.62º65.61%56.67%-
HSV(B)78.62º66.82%85.1%-
XYZ4358.8615.23-
YUV187.0263.09117.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.31%
GREEN value IS 217 (85.16% from 255) = 47.07%
BLUE value IS 72 (28.52% from 255) = 15.62%
R=37.31%
G=47.07%
B=15.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal172217720.2100.670.1578.6265.6156.67
HexACD94815043F4f4239
Octal2543311102501031711710271
Binary101011001101100110010001010101000011111110011111000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD948; }

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

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

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

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

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

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

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

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