#ABCC5F

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

Shades of Conifer #ABCC5F

Tints of Conifer #ABCC5F

Color information

#ABCC5F (or 0xABCC5F) is unknown color: approx Conifer. HEX triplet: AB, CC and 5F. RGB value is (171,204,95). Sum of RGB (Red+Green+Blue) = 171+204+95=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC5F is #5433A0. Grayscale: #B6B6B6. Windows color (decimal): -5518241 or 6278315. OLE color: 6278315.

HSL color Cylindrical-coordinate representation of color #ABCC5F: hue angle of 78.17º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABCC5F is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB17120495-
CMYK0.1600.530.2
HSL78.17º51.66%58.63%-
HSV(B)78.17º53.43%80%-
XYZ40.4552.6718.86-
YUV181.7179.07120.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.38%
GREEN value IS 204 (80.08% from 255) = 43.40%
BLUE value IS 95 (37.5% from 255) = 20.21%
R=36.38%
G=43.40%
B=20.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171204950.1600.530.278.1751.6658.63
HexABCC5F10035144e343b
Octal25331413720065241166473
Binary10101011110011001011111100000110101101001001110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCC5F; }

 p { color: rgb(171,204,95); }

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

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

 a { background-color: rgb(171,204,95); }

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

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

 span { border-color: rgb(171,204,95); }

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