Html Css Color HEX #ABFE0E Spring Bud

📋 copy color: '#ABFE0E'

red 171 ◦ green 254 ◦ blue 14

#ABFE0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Bud #ABFE0E

Tints of Spring Bud #ABFE0E

RGB

 RED value IS 171 (67.19% from 255) = 38.95%

 GREEN value IS 254 (99.61% from 255) = 57.86%

 BLUE value IS 14 (5.86% from 255) = 3.19%

R = 38.95%
G = 57.86%
B = 3.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#ABFE0E (or 0xABFE0E) is known color: Spring Bud. HEX triplet: AB, FE and 0E. RGB value is (171,254,14). Sum of RGB (Red+Green+Blue) = 171+254+14=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 254 (99.61% from 255 or 57.86% from 439); Blue value is 14 (5.86% from 255 or 3.19% from 439); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFE0E is #5401F1. Grayscale: #CACACA. Windows color (decimal): -5505522 or 982699. OLE color: 982699.

HSL color Cylindrical-coordinate representation of color #ABFE0E: hue angle of 80.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABFE0E is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 254 14 -
CMYK 0.33 0 0.94 0.00
HSL 80.75º 0.99% 0.53% -
HSV(B) 80.75º 0.94% 1% -
XYZ 52.32 79.57 13.02 -
YUV 201.82 22 106.01 -
System Red Green Blue C M Y K H S L
Decimal 171 254 14 0.33 0 0.94 0.00 80.75 0.99 0.53
Hex AB FE E 21 0 5E 0 51 63 35
Octal 253 376 16 41 0 136 0 121 143 65
Binary 10101011 11111110 1110 100001 0 1011110 0 1010001 1100011 110101

Color Harmonies of #ABFE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFE0E

Black with #ABFE0E

Text Example


Text Example

White with #ABFE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFE0E; }

 p { color: rgb(171,254,14); }

 H1.HeaderClassName
 {
   color: #ABFE0E;
 }
 .AnyTagClassName
 {
   color: #ABFE0E;
 }
</style>

background-color css

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

 a { background-color: rgb(171,254,14); }

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

border-color css

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

 span { border-color: rgb(171,254,14); }

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