Html Css Color HEX #ABF80F Spring Bud

📋 copy color: '#ABF80F'

red 171 ◦ green 248 ◦ blue 15

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

Shades of Spring Bud #ABF80F

Tints of Spring Bud #ABF80F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 57.14%

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

R = 39.4%
G = 57.14%
B = 3.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.03

RGB Variations

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

Color information

#ABF80F (or 0xABF80F) is known color: Spring Bud. HEX triplet: AB, F8 and 0F. RGB value is (171,248,15). Sum of RGB (Red+Green+Blue) = 171+248+15=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 248 (97.27% from 255 or 57.14% from 434); Blue value is 15 (6.25% from 255 or 3.46% from 434); Max value from RGB is 248 - color contains mainly: green. Hex color #ABF80F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF80F is #5407F0. Grayscale: #C7C7C7. Windows color (decimal): -5507057 or 1046699. OLE color: 1046699.

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

Color convert

RGB 171 248 15 -
CMYK 0.31 0 0.94 0.03
HSL 79.83º 0.94% 0.52% -
HSV(B) 79.83º 0.94% 0.97% -
XYZ 50.45 75.83 12.43 -
YUV 198.42 24.49 108.45 -
System Red Green Blue C M Y K H S L
Decimal 171 248 15 0.31 0 0.94 0.03 79.83 0.94 0.52
Hex AB F8 F 1F 0 5E 3 50 5E 34
Octal 253 370 17 37 0 136 3 120 136 64
Binary 10101011 11111000 1111 11111 0 1011110 11 1010000 1011110 110100

Color Harmonies of #ABF80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF80F

Black with #ABF80F

Text Example


Text Example

White with #ABF80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF80F; }

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

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

background-color css

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

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

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

border-color css

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

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

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