Html Css Color HEX #ABF900 Spring Bud

📋 copy color: '#ABF900'

red 171 ◦ green 249 ◦ blue 0

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

Shades of Spring Bud #ABF900

Tints of Spring Bud #ABF900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.71%
G = 59.29%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#ABF900 (or 0xABF900) is known color: Spring Bud. HEX triplet: AB, F9 and 00. RGB value is (171,249,0). Sum of RGB (Red+Green+Blue) = 171+249+0=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 249 (97.66% from 255 or 59.29% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 249 - color contains mainly: green. Hex color #ABF900 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF900 is #5406FF. Grayscale: #C6C6C6. Windows color (decimal): -5506816 or 63915. OLE color: 63915.

HSL color Cylindrical-coordinate representation of color #ABF900: hue angle of 78.8º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABF900 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 249 0 -
CMYK 0.31 0 1 0.02
HSL 78.8º 1% 0.49% -
HSV(B) 78.8º 1% 0.98% -
XYZ 50.67 76.41 12.08 -
YUV 197.29 16.66 109.25 -
System Red Green Blue C M Y K H S L
Decimal 171 249 0 0.31 0 1 0.02 78.8 1 0.49
Hex AB F9 0 1F 0 64 2 4F 64 31
Octal 253 371 0 37 0 144 2 117 144 61
Binary 10101011 11111001 0 11111 0 1100100 10 1001111 1100100 110001

Color Harmonies of #ABF900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF900

Black with #ABF900

Text Example


Text Example

White with #ABF900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF900; }

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

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

background-color css

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

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

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

border-color css

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

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

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