#ACD467

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

Shades of Conifer #ACD467

Tints of Conifer #ACD467

Color information

#ACD467 (or 0xACD467) is unknown color: approx Conifer. HEX triplet: AC, D4 and 67. RGB value is (172,212,103). Sum of RGB (Red+Green+Blue) = 172+212+103=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD467 is #532B98. Grayscale: #BCBCBC. Windows color (decimal): -5450649 or 6804652. OLE color: 6804652.

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

Color convert

RGB172212103-
CMYK0.1900.510.17
HSL82.02º55.9%61.76%-
HSV(B)82.02º51.42%83.14%-
XYZ4356.8421.54-
YUV187.6180.25116.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 212 (83.20% from 255) = 43.53%
BLUE value IS 103 (40.62% from 255) = 21.15%
R=35.32%
G=43.53%
B=21.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722121030.1900.510.1782.0255.961.76
HexACD467130331152383e
Octal25432414723063211227076
Binary10101100110101001100111100110110011100011010010111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD467; }

 p { color: rgb(172,212,103); }

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

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

 a { background-color: rgb(172,212,103); }

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

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

 span { border-color: rgb(172,212,103); }

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