#ABF134

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

Shades of Green Yellow #ABF134

Tints of Green Yellow #ABF134

Color information

#ABF134 (or 0xABF134) is unknown color: approx Green Yellow. HEX triplet: AB, F1 and 34. RGB value is (171,241,52). Sum of RGB (Red+Green+Blue) = 171+241+52=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 241 (94.53% from 255 or 51.94% from 464); Blue value is 52 (20.70% from 255 or 11.21% from 464); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF134 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABF134 is #540ECB. Grayscale: #C7C7C7. Windows color (decimal): -5508812 or 3469739. OLE color: 3469739.

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

Color convert

RGB17124152-
CMYK0.2900.780.05
HSL82.22º87.1%57.45%-
HSV(B)82.22º78.42%94.51%-
XYZ48.8771.8214.54-
YUV198.5245.31108.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.85%
GREEN value IS 241 (94.53% from 255) = 51.94%
BLUE value IS 52 (20.70% from 255) = 11.21%
R=36.85%
G=51.94%
B=11.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal171241520.2900.780.0582.2287.157.45
HexABF1341D04E5525739
Octal25336164350116512212771
Binary1010101111110001110100111010100111010110100101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF134; }

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

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

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

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

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

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

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

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