#ABF13A

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

Shades of Green Yellow #ABF13A

Tints of Green Yellow #ABF13A

Color information

#ABF13A (or 0xABF13A) is unknown color: approx Green Yellow. HEX triplet: AB, F1 and 3A. RGB value is (171,241,58). Sum of RGB (Red+Green+Blue) = 171+241+58=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 241 (94.53% from 255 or 51.28% from 470); Blue value is 58 (23.05% from 255 or 12.34% from 470); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF13A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF13A is #540EC5. Grayscale: #C7C7C7. Windows color (decimal): -5508806 or 3862955. OLE color: 3862955.

HSL color Cylindrical-coordinate representation of color #ABF13A: hue angle of 82.95º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ABF13A is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB17124158-
CMYK0.2900.760.05
HSL82.95º86.73%58.63%-
HSV(B)82.95º75.93%94.51%-
XYZ49.0171.8715.29-
YUV199.2148.31107.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.38%
GREEN value IS 241 (94.53% from 255) = 51.28%
BLUE value IS 58 (23.05% from 255) = 12.34%
R=36.38%
G=51.28%
B=12.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal171241580.2900.760.0582.9586.7358.63
HexABF13A1D04C553573b
Octal25336172350114512312773
Binary1010101111110001111010111010100110010110100111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF13A; }

 p { color: rgb(171,241,58); }

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

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

 a { background-color: rgb(171,241,58); }

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

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

 span { border-color: rgb(171,241,58); }

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