Html Css Color HEX #ABFA0F Spring Bud

📋 copy color: '#ABFA0F'

red 171 ◦ green 250 ◦ blue 15

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

Shades of Spring Bud #ABFA0F

Tints of Spring Bud #ABFA0F

RGB

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

 GREEN value IS 250 (98.05% from 255) = 57.34%

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

R = 39.22%
G = 57.34%
B = 3.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#ABFA0F (or 0xABFA0F) is known color: Spring Bud. HEX triplet: AB, FA and 0F. RGB value is (171,250,15). Sum of RGB (Red+Green+Blue) = 171+250+15=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 250 (98.05% from 255 or 57.34% from 436); Blue value is 15 (6.25% from 255 or 3.44% from 436); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFA0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFA0F is #5405F0. Grayscale: #C8C8C8. Windows color (decimal): -5506545 or 1047211. OLE color: 1047211.

HSL color Cylindrical-coordinate representation of color #ABFA0F: hue angle of 80.17º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABFA0F is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 250 15 -
CMYK 0.32 0 0.94 0.02
HSL 80.17º 0.96% 0.52% -
HSV(B) 80.17º 0.94% 0.98% -
XYZ 51.07 77.06 12.64 -
YUV 199.59 23.83 107.61 -
System Red Green Blue C M Y K H S L
Decimal 171 250 15 0.32 0 0.94 0.02 80.17 0.96 0.52
Hex AB FA F 20 0 5E 2 50 60 34
Octal 253 372 17 40 0 136 2 120 140 64
Binary 10101011 11111010 1111 100000 0 1011110 10 1010000 1100000 110100

Color Harmonies of #ABFA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFA0F

Black with #ABFA0F

Text Example


Text Example

White with #ABFA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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