#abd42b

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

Shades of Yellow Green #ABD42B

Tints of Yellow Green #ABD42B

Color information

#ABD42B (or 0xABD42B) is unknown color: approx Yellow Green. HEX triplet: AB, D4 and 2B. RGB value is (171,212,43). Sum of RGB (Red+Green+Blue) = 171+212+43=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 212 (83.20% from 255 or 49.77% from 426); Blue value is 43 (17.19% from 255 or 10.09% from 426); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD42B is #542BD4. Grayscale: #B5B5B5. Windows color (decimal): -5516245 or 2872491. OLE color: 2872491.

HSL color Cylindrical-coordinate representation of color #ABD42B: hue angle of 74.56º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABD42B is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB17121243-
CMYK0.1900.800.17
HSL74.56º66.27%50%-
HSV(B)74.56º79.72%83.14%-
XYZ40.7755.9210.93-
YUV180.4750.42121.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.14%
GREEN value IS 212 (83.20% from 255) = 49.77%
BLUE value IS 43 (17.19% from 255) = 10.09%
R=40.14%
G=49.77%
B=10.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal171212430.1900.800.1774.5666.2750
HexABD42B13050114b4232
Octal253324532301202111310262
Binary101010111101010010101110011010100001000110010111000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abd42b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abd42b; }

 p { color: rgb(171,212,43); }

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

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

 a { background-color: rgb(171,212,43); }

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

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

 span { border-color: rgb(171,212,43); }

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