Html Css Color HEX #ABF008 Spring Bud

📋 copy color: '#ABF008'

red 171 ◦ green 240 ◦ blue 8

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

Shades of Spring Bud #ABF008

Tints of Spring Bud #ABF008

RGB

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

 GREEN value IS 240 (94.14% from 255) = 57.28%

 BLUE value IS 8 (3.52% from 255) = 1.91%

R = 40.81%
G = 57.28%
B = 1.91%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#ABF008 (or 0xABF008) is known color: Spring Bud. HEX triplet: AB, F0 and 08. RGB value is (171,240,8). Sum of RGB (Red+Green+Blue) = 171+240+8=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 240 (94.14% from 255 or 57.28% from 419); Blue value is 8 (3.52% from 255 or 1.91% from 419); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF008 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF008 is #540FF7. Grayscale: #C1C1C1. Windows color (decimal): -5509112 or 585899. OLE color: 585899.

HSL color Cylindrical-coordinate representation of color #ABF008: hue angle of 77.84º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ABF008 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 240 8 -
CMYK 0.29 0 0.97 0.06
HSL 77.84º 0.94% 0.49% -
HSV(B) 77.84º 0.97% 0.94% -
XYZ 48 71 11.4 -
YUV 192.92 23.64 112.36 -
System Red Green Blue C M Y K H S L
Decimal 171 240 8 0.29 0 0.97 0.06 77.84 0.94 0.49
Hex AB F0 8 1D 0 61 6 4E 5E 31
Octal 253 360 10 35 0 141 6 116 136 61
Binary 10101011 11110000 1000 11101 0 1100001 110 1001110 1011110 110001

Color Harmonies of #ABF008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF008

Black with #ABF008

Text Example


Text Example

White with #ABF008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF008; }

 p { color: rgb(171,240,8); }

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

background-color css

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

 a { background-color: rgb(171,240,8); }

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

border-color css

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

 span { border-color: rgb(171,240,8); }

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