#ABCA32

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

Shades of Yellow Green #ABCA32

Tints of Yellow Green #ABCA32

Color information

#ABCA32 (or 0xABCA32) is unknown color: approx Yellow Green. HEX triplet: AB, CA and 32. RGB value is (171,202,50). Sum of RGB (Red+Green+Blue) = 171+202+50=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 50 (19.92% from 255 or 11.82% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCA32 is #5435CD. Grayscale: #AFAFAF. Windows color (decimal): -5518798 or 3328683. OLE color: 3328683.

HSL color Cylindrical-coordinate representation of color #ABCA32: hue angle of 72.24º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ABCA32 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB17120250-
CMYK0.1500.750.21
HSL72.24º60.32%49.41%-
HSV(B)72.24º75.25%79.22%-
XYZ38.4951.1310.86-
YUV175.457.23124.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.43%
GREEN value IS 202 (79.30% from 255) = 47.75%
BLUE value IS 50 (19.92% from 255) = 11.82%
R=40.43%
G=47.75%
B=11.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal171202500.1500.750.2172.2460.3249.41
HexABCA32F04B15483c31
Octal25331262170113251107461
Binary1010101111001010110010111101001011101011001000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCA32; }

 p { color: rgb(171,202,50); }

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

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

 a { background-color: rgb(171,202,50); }

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

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

 span { border-color: rgb(171,202,50); }

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