Html Css Color HEX #ABF400 Spring Bud

📋 copy color: '#ABF400'

red 171 ◦ green 244 ◦ blue 0

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

Shades of Spring Bud #ABF400

Tints of Spring Bud #ABF400

RGB

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

 GREEN value IS 244 (95.7% from 255) = 58.8%

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

R = 41.2%
G = 58.8%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#ABF400 (or 0xABF400) is known color: Spring Bud. HEX triplet: AB, F4 and 00. RGB value is (171,244,0). Sum of RGB (Red+Green+Blue) = 171+244+0=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 244 (95.70% from 255 or 58.80% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 244 - color contains mainly: green. Hex color #ABF400 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF400 is #540BFF. Grayscale: #C3C3C3. Windows color (decimal): -5508096 or 62635. OLE color: 62635.

HSL color Cylindrical-coordinate representation of color #ABF400: hue angle of 77.95º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABF400 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 244 0 -
CMYK 0.30 0 1 0.04
HSL 77.95º 1% 0.48% -
HSV(B) 77.95º 1% 0.96% -
XYZ 49.15 73.36 11.57 -
YUV 194.36 18.32 111.34 -
System Red Green Blue C M Y K H S L
Decimal 171 244 0 0.30 0 1 0.04 77.95 1 0.48
Hex AB F4 0 1E 0 64 4 4E 64 30
Octal 253 364 0 36 0 144 4 116 144 60
Binary 10101011 11110100 0 11110 0 1100100 100 1001110 1100100 110000

Color Harmonies of #ABF400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF400

Black with #ABF400

Text Example


Text Example

White with #ABF400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF400; }

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

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

background-color css

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

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

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

border-color css

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

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

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