#ABEC2B

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

Shades of Green Yellow #ABEC2B

Tints of Green Yellow #ABEC2B

Color information

#ABEC2B (or 0xABEC2B) is unknown color: approx Green Yellow. HEX triplet: AB, EC and 2B. RGB value is (171,236,43). Sum of RGB (Red+Green+Blue) = 171+236+43=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 236 (92.58% from 255 or 52.44% from 450); Blue value is 43 (17.19% from 255 or 9.56% from 450); Max value from RGB is 236 - color contains mainly: green. Hex color #ABEC2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABEC2B is #5413D4. Grayscale: #C3C3C3. Windows color (decimal): -5510101 or 2878635. OLE color: 2878635.

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

Color convert

RGB17123643-
CMYK0.2800.820.07
HSL80.21º83.55%54.71%-
HSV(B)80.21º81.78%92.55%-
XYZ47.2368.8213.08-
YUV194.5642.47111.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38%
GREEN value IS 236 (92.58% from 255) = 52.44%
BLUE value IS 43 (17.19% from 255) = 9.56%
R=38%
G=52.44%
B=9.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal171236430.2800.820.0780.2183.5554.71
HexABEC2B1C0527505437
Octal25335453340122712012467
Binary1010101111101100101011111000101001011110100001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEC2B; }

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

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

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

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

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

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

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

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