#ABEC2F

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

Shades of Green Yellow #ABEC2F

Tints of Green Yellow #ABEC2F

Color information

#ABEC2F (or 0xABEC2F) is unknown color: approx Green Yellow. HEX triplet: AB, EC and 2F. RGB value is (171,236,47). Sum of RGB (Red+Green+Blue) = 171+236+47=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 236 (92.58% from 255 or 51.98% from 454); Blue value is 47 (18.75% from 255 or 10.35% from 454); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC2F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABEC2F is #5413D0. Grayscale: #C3C3C3. Windows color (decimal): -5510097 or 3140779. OLE color: 3140779.

HSL color Cylindrical-coordinate representation of color #ABEC2F: hue angle of 80.63º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABEC2F is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB17123647-
CMYK0.2800.800.07
HSL80.63º83.26%55.49%-
HSV(B)80.63º80.08%92.55%-
XYZ47.368.8513.49-
YUV195.0244.47110.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.67%
GREEN value IS 236 (92.58% from 255) = 51.98%
BLUE value IS 47 (18.75% from 255) = 10.35%
R=37.67%
G=51.98%
B=10.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171236470.2800.800.0780.6383.2655.49
HexABEC2F1C0507515337
Octal25335457340120712112367
Binary1010101111101100101111111000101000011110100011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEC2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEC2F; }

 p { color: rgb(171,236,47); }

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

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

 a { background-color: rgb(171,236,47); }

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

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

 span { border-color: rgb(171,236,47); }

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