Html Css Color HEX #ABF80A Spring Bud

📋 copy color: '#ABF80A'

red 171 ◦ green 248 ◦ blue 10

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

Shades of Spring Bud #ABF80A

Tints of Spring Bud #ABF80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.33%

R = 39.86%
G = 57.81%
B = 2.33%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#ABF80A (or 0xABF80A) is known color: Spring Bud. HEX triplet: AB, F8 and 0A. RGB value is (171,248,10). Sum of RGB (Red+Green+Blue) = 171+248+10=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 248 (97.27% from 255 or 57.81% from 429); Blue value is 10 (4.30% from 255 or 2.33% from 429); Max value from RGB is 248 - color contains mainly: green. Hex color #ABF80A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF80A is #5407F5. Grayscale: #C6C6C6. Windows color (decimal): -5507062 or 719019. OLE color: 719019.

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

Color convert

RGB 171 248 10 -
CMYK 0.31 0 0.96 0.03
HSL 79.41º 0.94% 0.51% -
HSV(B) 79.41º 0.96% 0.97% -
XYZ 50.42 75.81 12.26 -
YUV 197.85 21.99 108.85 -
System Red Green Blue C M Y K H S L
Decimal 171 248 10 0.31 0 0.96 0.03 79.41 0.94 0.51
Hex AB F8 A 1F 0 60 3 4F 5E 33
Octal 253 370 12 37 0 140 3 117 136 63
Binary 10101011 11111000 1010 11111 0 1100000 11 1001111 1011110 110011

Color Harmonies of #ABF80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF80A

Black with #ABF80A

Text Example


Text Example

White with #ABF80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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