Html Css Color HEX #ABFA12 Spring Bud

📋 copy color: '#ABFA12'

red 171 ◦ green 250 ◦ blue 18

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

Shades of Spring Bud #ABFA12

Tints of Spring Bud #ABFA12

RGB

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

 GREEN value IS 250 (98.05% from 255) = 56.95%

 BLUE value IS 18 (7.42% from 255) = 4.1%

R = 38.95%
G = 56.95%
B = 4.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#ABFA12 (or 0xABFA12) is known color: Spring Bud. HEX triplet: AB, FA and 12. RGB value is (171,250,18). Sum of RGB (Red+Green+Blue) = 171+250+18=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 250 (98.05% from 255 or 56.95% from 439); Blue value is 18 (7.42% from 255 or 4.10% from 439); Max value from RGB is 250 - color contains mainly: green. Hex color #ABFA12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFA12 is #5405ED. Grayscale: #C8C8C8. Windows color (decimal): -5506542 or 1243819. OLE color: 1243819.

HSL color Cylindrical-coordinate representation of color #ABFA12: hue angle of 80.43º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABFA12 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 250 18 -
CMYK 0.32 0 0.93 0.02
HSL 80.43º 0.96% 0.53% -
HSV(B) 80.43º 0.93% 0.98% -
XYZ 51.09 77.07 12.76 -
YUV 199.93 25.33 107.36 -
System Red Green Blue C M Y K H S L
Decimal 171 250 18 0.32 0 0.93 0.02 80.43 0.96 0.53
Hex AB FA 12 20 0 5D 2 50 60 35
Octal 253 372 22 40 0 135 2 120 140 65
Binary 10101011 11111010 10010 100000 0 1011101 10 1010000 1100000 110101

Color Harmonies of #ABFA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFA12

Black with #ABFA12

Text Example


Text Example

White with #ABFA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFA12; }

 p { color: rgb(171,250,18); }

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

background-color css

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

 a { background-color: rgb(171,250,18); }

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

border-color css

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

 span { border-color: rgb(171,250,18); }

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