Html Css Color HEX #ABF200 Spring Bud

📋 copy color: '#ABF200'

red 171 ◦ green 242 ◦ blue 0

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

Shades of Spring Bud #ABF200

Tints of Spring Bud #ABF200

RGB

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

 GREEN value IS 242 (94.92% from 255) = 58.6%

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

R = 41.4%
G = 58.6%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#ABF200 (or 0xABF200) is known color: Spring Bud. HEX triplet: AB, F2 and 00. RGB value is (171,242,0). Sum of RGB (Red+Green+Blue) = 171+242+0=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 242 (94.92% from 255 or 58.60% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF200 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF200 is #540DFF. Grayscale: #C2C2C2. Windows color (decimal): -5508608 or 62123. OLE color: 62123.

HSL color Cylindrical-coordinate representation of color #ABF200: hue angle of 77.6º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABF200 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 242 0 -
CMYK 0.29 0 1 0.05
HSL 77.6º 1% 0.47% -
HSV(B) 77.6º 1% 0.95% -
XYZ 48.55 72.16 11.37 -
YUV 193.18 18.98 112.18 -
System Red Green Blue C M Y K H S L
Decimal 171 242 0 0.29 0 1 0.05 77.6 1 0.47
Hex AB F2 0 1D 0 64 5 4E 64 2F
Octal 253 362 0 35 0 144 5 116 144 57
Binary 10101011 11110010 0 11101 0 1100100 101 1001110 1100100 101111

Color Harmonies of #ABF200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF200

Black with #ABF200

Text Example


Text Example

White with #ABF200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF200; }

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

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

background-color css

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

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

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

border-color css

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

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

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