Html Css Color HEX #ABFE10 Spring Bud

📋 copy color: '#ABFE10'

red 171 ◦ green 254 ◦ blue 16

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

Shades of Spring Bud #ABFE10

Tints of Spring Bud #ABFE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.63%

R = 38.78%
G = 57.6%
B = 3.63%

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

#ABFE10 (or 0xABFE10) is known color: Spring Bud. HEX triplet: AB, FE and 10. RGB value is (171,254,16). Sum of RGB (Red+Green+Blue) = 171+254+16=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 254 (99.61% from 255 or 57.60% from 441); Blue value is 16 (6.64% from 255 or 3.63% from 441); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFE10 is #5401EF. Grayscale: #CACACA. Windows color (decimal): -5505520 or 1113771. OLE color: 1113771.

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

Color convert

RGB 171 254 16 -
CMYK 0.33 0 0.94 0.00
HSL 80.92º 0.99% 0.53% -
HSV(B) 80.92º 0.94% 1% -
XYZ 52.33 79.58 13.09 -
YUV 202.05 23 105.85 -
System Red Green Blue C M Y K H S L
Decimal 171 254 16 0.33 0 0.94 0.00 80.92 0.99 0.53
Hex AB FE 10 21 0 5E 0 51 63 35
Octal 253 376 20 41 0 136 0 121 143 65
Binary 10101011 11111110 10000 100001 0 1011110 0 1010001 1100011 110101

Color Harmonies of #ABFE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFE10

Black with #ABFE10

Text Example


Text Example

White with #ABFE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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