Html Css Color HEX #A8FE10 Spring Bud

📋 copy color: '#A8FE10'

red 168 ◦ green 254 ◦ blue 16

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

Shades of Spring Bud #A8FE10

Tints of Spring Bud #A8FE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.65%

R = 38.36%
G = 57.99%
B = 3.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#A8FE10 (or 0xA8FE10) is known color: Spring Bud. HEX triplet: A8, FE and 10. RGB value is (168,254,16). Sum of RGB (Red+Green+Blue) = 168+254+16=438 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.36% from 438); Green value is 254 (99.61% from 255 or 57.99% from 438); Blue value is 16 (6.64% from 255 or 3.65% from 438); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FE10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FE10 is #5701EF. Grayscale: #CACACA. Windows color (decimal): -5702128 or 1113768. OLE color: 1113768.

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

Color convert

RGB 168 254 16 -
CMYK 0.34 0 0.94 0.00
HSL 81.68º 0.99% 0.53% -
HSV(B) 81.68º 0.94% 1% -
XYZ 51.68 79.25 13.06 -
YUV 201.15 23.51 104.35 -
System Red Green Blue C M Y K H S L
Decimal 168 254 16 0.34 0 0.94 0.00 81.68 0.99 0.53
Hex A8 FE 10 22 0 5E 0 52 63 35
Octal 250 376 20 42 0 136 0 122 143 65
Binary 10101000 11111110 10000 100010 0 1011110 0 1010010 1100011 110101

Color Harmonies of #A8FE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FE10

Black with #A8FE10

Text Example


Text Example

White with #A8FE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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