Html Css Color HEX #ABFA0E Spring Bud

📋 copy color: '#ABFA0E'

red 171 ◦ green 250 ◦ blue 14

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

Shades of Spring Bud #ABFA0E

Tints of Spring Bud #ABFA0E

RGB

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

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

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

R = 39.31%
G = 57.47%
B = 3.22%

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

#ABFA0E (or 0xABFA0E) is known color: Spring Bud. HEX triplet: AB, FA and 0E. RGB value is (171,250,14). Sum of RGB (Red+Green+Blue) = 171+250+14=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 250 (98.05% from 255 or 57.47% from 435); Blue value is 14 (5.86% from 255 or 3.22% from 435); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFA0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFA0E is #5405F1. Grayscale: #C8C8C8. Windows color (decimal): -5506546 or 981675. OLE color: 981675.

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

Color convert

RGB 171 250 14 -
CMYK 0.32 0 0.94 0.02
HSL 80.08º 0.96% 0.52% -
HSV(B) 80.08º 0.94% 0.98% -
XYZ 51.06 77.06 12.6 -
YUV 199.48 23.33 107.69 -
System Red Green Blue C M Y K H S L
Decimal 171 250 14 0.32 0 0.94 0.02 80.08 0.96 0.52
Hex AB FA E 20 0 5E 2 50 60 34
Octal 253 372 16 40 0 136 2 120 140 64
Binary 10101011 11111010 1110 100000 0 1011110 10 1010000 1100000 110100

Color Harmonies of #ABFA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFA0E

Black with #ABFA0E

Text Example


Text Example

White with #ABFA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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