#ACD568

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

Shades of Conifer #ACD568

Tints of Conifer #ACD568

Color information

#ACD568 (or 0xACD568) is unknown color: approx Conifer. HEX triplet: AC, D5 and 68. RGB value is (172,213,104). Sum of RGB (Red+Green+Blue) = 172+213+104=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD568 is #532A97. Grayscale: #BCBCBC. Windows color (decimal): -5450392 or 6870444. OLE color: 6870444.

HSL color Cylindrical-coordinate representation of color #ACD568: hue angle of 82.57º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACD568 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB172213104-
CMYK0.1900.510.16
HSL82.57º56.48%62.16%-
HSV(B)82.57º51.17%83.53%-
XYZ43.3157.3621.89-
YUV188.3280.42116.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.17%
GREEN value IS 213 (83.59% from 255) = 43.56%
BLUE value IS 104 (41.02% from 255) = 21.27%
R=35.17%
G=43.56%
B=21.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722131040.1900.510.1682.5756.4862.16
HexACD568130331053383e
Octal25432515023063201237076
Binary10101100110101011101000100110110011100001010011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD568; }

 p { color: rgb(172,213,104); }

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

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

 a { background-color: rgb(172,213,104); }

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

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

 span { border-color: rgb(172,213,104); }

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