#ABD930

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

Shades of Yellow Green #ABD930

Tints of Yellow Green #ABD930

Color information

#ABD930 (or 0xABD930) is unknown color: approx Yellow Green. HEX triplet: AB, D9 and 30. RGB value is (171,217,48). Sum of RGB (Red+Green+Blue) = 171+217+48=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 217 (85.16% from 255 or 49.77% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD930 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD930 is #5426CF. Grayscale: #B8B8B8. Windows color (decimal): -5514960 or 3201451. OLE color: 3201451.

HSL color Cylindrical-coordinate representation of color #ABD930: hue angle of 76.33º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABD930 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB17121748-
CMYK0.2100.780.15
HSL76.33º68.98%51.96%-
HSV(B)76.33º77.88%85.1%-
XYZ42.1458.511.87-
YUV183.9851.26118.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.22%
GREEN value IS 217 (85.16% from 255) = 49.77%
BLUE value IS 48 (19.14% from 255) = 11.01%
R=39.22%
G=49.77%
B=11.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal171217480.2100.780.1576.3368.9851.96
HexABD9301504EF4c4534
Octal253331602501161711410564
Binary10101011110110011100001010101001110111110011001000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD930; }

 p { color: rgb(171,217,48); }

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

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

 a { background-color: rgb(171,217,48); }

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

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

 span { border-color: rgb(171,217,48); }

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