Html Css Color HEX #ABF90E Spring Bud

📋 copy color: '#ABF90E'

red 171 ◦ green 249 ◦ blue 14

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

Shades of Spring Bud #ABF90E

Tints of Spring Bud #ABF90E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 57.37%

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

R = 39.4%
G = 57.37%
B = 3.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#ABF90E (or 0xABF90E) is known color: Spring Bud. HEX triplet: AB, F9 and 0E. RGB value is (171,249,14). Sum of RGB (Red+Green+Blue) = 171+249+14=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 249 (97.66% from 255 or 57.37% from 434); Blue value is 14 (5.86% from 255 or 3.23% from 434); Max value from RGB is 249 - color contains mainly: green. Hex color #ABF90E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF90E is #5406F1. Grayscale: #C7C7C7. Windows color (decimal): -5506802 or 981419. OLE color: 981419.

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

Color convert

RGB 171 249 14 -
CMYK 0.31 0 0.94 0.02
HSL 79.91º 0.95% 0.52% -
HSV(B) 79.91º 0.94% 0.98% -
XYZ 50.75 76.44 12.5 -
YUV 198.89 23.66 108.11 -
System Red Green Blue C M Y K H S L
Decimal 171 249 14 0.31 0 0.94 0.02 79.91 0.95 0.52
Hex AB F9 E 1F 0 5E 2 50 5F 34
Octal 253 371 16 37 0 136 2 120 137 64
Binary 10101011 11111001 1110 11111 0 1011110 10 1010000 1011111 110100

Color Harmonies of #ABF90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF90E

Black with #ABF90E

Text Example


Text Example

White with #ABF90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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