#ABCF2C

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

Shades of Yellow Green #ABCF2C

Tints of Yellow Green #ABCF2C

Color information

#ABCF2C (or 0xABCF2C) is unknown color: approx Yellow Green. HEX triplet: AB, CF and 2C. RGB value is (171,207,44). Sum of RGB (Red+Green+Blue) = 171+207+44=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 44 (17.58% from 255 or 10.43% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCF2C is #5430D3. Grayscale: #B2B2B2. Windows color (decimal): -5517524 or 2936747. OLE color: 2936747.

HSL color Cylindrical-coordinate representation of color #ABCF2C: hue angle of 73.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ABCF2C is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB17120744-
CMYK0.1700.790.19
HSL73.25º64.94%49.22%-
HSV(B)73.25º78.74%81.18%-
XYZ39.5653.4710.62-
YUV177.6552.57123.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.52%
GREEN value IS 207 (81.25% from 255) = 49.05%
BLUE value IS 44 (17.58% from 255) = 10.43%
R=40.52%
G=49.05%
B=10.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal171207440.1700.790.1973.2564.9449.22
HexABCF2C1104F13494131
Octal253317542101172311110161
Binary101010111100111110110010001010011111001110010011000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCF2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCF2C; }

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

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

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

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

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

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

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

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