Html Css Color HEX #ABFE0F Spring Bud

📋 copy color: '#ABFE0F'

red 171 ◦ green 254 ◦ blue 15

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

Shades of Spring Bud #ABFE0F

Tints of Spring Bud #ABFE0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.41%

R = 38.86%
G = 57.73%
B = 3.41%

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

#ABFE0F (or 0xABFE0F) is known color: Spring Bud. HEX triplet: AB, FE and 0F. RGB value is (171,254,15). Sum of RGB (Red+Green+Blue) = 171+254+15=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 254 (99.61% from 255 or 57.73% from 440); Blue value is 15 (6.25% from 255 or 3.41% from 440); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFE0F is #5401F0. Grayscale: #CACACA. Windows color (decimal): -5505521 or 1048235. OLE color: 1048235.

HSL color Cylindrical-coordinate representation of color #ABFE0F: hue angle of 80.84º 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 #ABFE0F is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 254 15 -
CMYK 0.33 0 0.94 0.00
HSL 80.84º 0.99% 0.53% -
HSV(B) 80.84º 0.94% 1% -
XYZ 52.32 79.58 13.05 -
YUV 201.94 22.5 105.93 -
System Red Green Blue C M Y K H S L
Decimal 171 254 15 0.33 0 0.94 0.00 80.84 0.99 0.53
Hex AB FE F 21 0 5E 0 51 63 35
Octal 253 376 17 41 0 136 0 121 143 65
Binary 10101011 11111110 1111 100001 0 1011110 0 1010001 1100011 110101

Color Harmonies of #ABFE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFE0F

Black with #ABFE0F

Text Example


Text Example

White with #ABFE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFE0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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