Html Css Color HEX #A8FE11 Spring Bud

📋 copy color: '#A8FE11'

red 168 ◦ green 254 ◦ blue 17

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

Shades of Spring Bud #A8FE11

Tints of Spring Bud #A8FE11

RGB

 RED value IS 168 (66.02% from 255) = 38.27%

 GREEN value IS 254 (99.61% from 255) = 57.86%

 BLUE value IS 17 (7.03% from 255) = 3.87%

R = 38.27%
G = 57.86%
B = 3.87%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#A8FE11 (or 0xA8FE11) is known color: Spring Bud. HEX triplet: A8, FE and 11. RGB value is (168,254,17). Sum of RGB (Red+Green+Blue) = 168+254+17=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 254 (99.61% from 255 or 57.86% from 439); Blue value is 17 (7.03% from 255 or 3.87% from 439); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FE11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FE11 is #5701EE. Grayscale: #CACACA. Windows color (decimal): -5702127 or 1179304. OLE color: 1179304.

HSL color Cylindrical-coordinate representation of color #A8FE11: hue angle of 81.77º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A8FE11 is Cyan = 0.34, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 254 17 -
CMYK 0.34 0 0.93 0.00
HSL 81.77º 0.99% 0.53% -
HSV(B) 81.77º 0.93% 1% -
XYZ 51.69 79.25 13.1 -
YUV 201.27 24.01 104.27 -
System Red Green Blue C M Y K H S L
Decimal 168 254 17 0.34 0 0.93 0.00 81.77 0.99 0.53
Hex A8 FE 11 22 0 5D 0 52 63 35
Octal 250 376 21 42 0 135 0 122 143 65
Binary 10101000 11111110 10001 100010 0 1011101 0 1010010 1100011 110101

Color Harmonies of #A8FE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FE11

Black with #A8FE11

Text Example


Text Example

White with #A8FE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FE11; }

 p { color: rgb(168,254,17); }

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

background-color css

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

 a { background-color: rgb(168,254,17); }

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

border-color css

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

 span { border-color: rgb(168,254,17); }

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