Html Css Color HEX #ABF60F Spring Bud

📋 copy color: '#ABF60F'

red 171 ◦ green 246 ◦ blue 15

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

Shades of Spring Bud #ABF60F

Tints of Spring Bud #ABF60F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 56.94%

 BLUE value IS 15 (6.25% from 255) = 3.47%

R = 39.58%
G = 56.94%
B = 3.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#ABF60F (or 0xABF60F) is known color: Spring Bud. HEX triplet: AB, F6 and 0F. RGB value is (171,246,15). Sum of RGB (Red+Green+Blue) = 171+246+15=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 246 (96.48% from 255 or 56.94% from 432); Blue value is 15 (6.25% from 255 or 3.47% from 432); Max value from RGB is 246 - color contains mainly: green. Hex color #ABF60F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF60F is #5409F0. Grayscale: #C6C6C6. Windows color (decimal): -5507569 or 1046187. OLE color: 1046187.

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

Color convert

RGB 171 246 15 -
CMYK 0.30 0 0.94 0.04
HSL 79.48º 0.93% 0.51% -
HSV(B) 79.48º 0.94% 0.96% -
XYZ 49.84 74.6 12.23 -
YUV 197.24 25.15 109.28 -
System Red Green Blue C M Y K H S L
Decimal 171 246 15 0.30 0 0.94 0.04 79.48 0.93 0.51
Hex AB F6 F 1E 0 5E 4 4F 5D 33
Octal 253 366 17 36 0 136 4 117 135 63
Binary 10101011 11110110 1111 11110 0 1011110 100 1001111 1011101 110011

Color Harmonies of #ABF60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF60F

Black with #ABF60F

Text Example


Text Example

White with #ABF60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF60F; }

 p { color: rgb(171,246,15); }

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

background-color css

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

 a { background-color: rgb(171,246,15); }

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

border-color css

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

 span { border-color: rgb(171,246,15); }

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