#ABCC2C

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

Shades of Yellow Green #ABCC2C

Tints of Yellow Green #ABCC2C

Color information

#ABCC2C (or 0xABCC2C) is unknown color: approx Yellow Green. HEX triplet: AB, CC and 2C. RGB value is (171,204,44). Sum of RGB (Red+Green+Blue) = 171+204+44=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 204 (80.08% from 255 or 48.69% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC2C is #5433D3. Grayscale: #B0B0B0. Windows color (decimal): -5518292 or 2935979. OLE color: 2935979.

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

Color convert

RGB17120444-
CMYK0.1600.780.2
HSL72.38º64.52%48.63%-
HSV(B)72.38º78.43%80%-
XYZ38.8452.0310.38-
YUV175.8953.57124.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.81%
GREEN value IS 204 (80.08% from 255) = 48.69%
BLUE value IS 44 (17.58% from 255) = 10.50%
R=40.81%
G=48.69%
B=10.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171204440.1600.780.272.3864.5248.63
HexABCC2C1004E14484131
Octal253314542001162411010161
Binary101010111100110010110010000010011101010010010001000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCC2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCC2C; }

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

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

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

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

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

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

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

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