Html Css Color HEX #ABFC0F Spring Bud

📋 copy color: '#ABFC0F'

red 171 ◦ green 252 ◦ blue 15

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

Shades of Spring Bud #ABFC0F

Tints of Spring Bud #ABFC0F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 57.53%

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

R = 39.04%
G = 57.53%
B = 3.42%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#ABFC0F (or 0xABFC0F) is known color: Spring Bud. HEX triplet: AB, FC and 0F. RGB value is (171,252,15). Sum of RGB (Red+Green+Blue) = 171+252+15=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 252 (98.83% from 255 or 57.53% from 438); Blue value is 15 (6.25% from 255 or 3.42% from 438); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFC0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABFC0F is #5403F0. Grayscale: #C9C9C9. Windows color (decimal): -5506033 or 1047723. OLE color: 1047723.

HSL color Cylindrical-coordinate representation of color #ABFC0F: hue angle of 80.51º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABFC0F is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 252 15 -
CMYK 0.32 0 0.94 0.01
HSL 80.51º 0.98% 0.52% -
HSV(B) 80.51º 0.94% 0.99% -
XYZ 51.69 78.31 12.84 -
YUV 200.76 23.16 106.77 -
System Red Green Blue C M Y K H S L
Decimal 171 252 15 0.32 0 0.94 0.01 80.51 0.98 0.52
Hex AB FC F 20 0 5E 1 51 62 34
Octal 253 374 17 40 0 136 1 121 142 64
Binary 10101011 11111100 1111 100000 0 1011110 1 1010001 1100010 110100

Color Harmonies of #ABFC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFC0F

Black with #ABFC0F

Text Example


Text Example

White with #ABFC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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