Html Css Color HEX #ABF00A Spring Bud

📋 copy color: '#ABF00A'

red 171 ◦ green 240 ◦ blue 10

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

Shades of Spring Bud #ABF00A

Tints of Spring Bud #ABF00A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 57.01%

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

R = 40.62%
G = 57.01%
B = 2.38%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#ABF00A (or 0xABF00A) is known color: Spring Bud. HEX triplet: AB, F0 and 0A. RGB value is (171,240,10). Sum of RGB (Red+Green+Blue) = 171+240+10=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 240 (94.14% from 255 or 57.01% from 421); Blue value is 10 (4.30% from 255 or 2.38% from 421); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF00A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ABF00A is #540FF5. Grayscale: #C1C1C1. Windows color (decimal): -5509110 or 716971. OLE color: 716971.

HSL color Cylindrical-coordinate representation of color #ABF00A: hue angle of 78º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ABF00A is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 240 10 -
CMYK 0.29 0 0.96 0.06
HSL 78º 0.92% 0.49% -
HSV(B) 78º 0.96% 0.94% -
XYZ 48.01 71 11.46 -
YUV 193.15 24.64 112.2 -
System Red Green Blue C M Y K H S L
Decimal 171 240 10 0.29 0 0.96 0.06 78 0.92 0.49
Hex AB F0 A 1D 0 60 6 4E 5C 31
Octal 253 360 12 35 0 140 6 116 134 61
Binary 10101011 11110000 1010 11101 0 1100000 110 1001110 1011100 110001

Color Harmonies of #ABF00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF00A

Black with #ABF00A

Text Example


Text Example

White with #ABF00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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