Html Css Color HEX #A8FC10 Spring Bud

📋 copy color: '#A8FC10'

red 168 ◦ green 252 ◦ blue 16

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

Shades of Spring Bud #A8FC10

Tints of Spring Bud #A8FC10

RGB

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

 GREEN value IS 252 (98.83% from 255) = 57.8%

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

R = 38.53%
G = 57.8%
B = 3.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#A8FC10 (or 0xA8FC10) is known color: Spring Bud. HEX triplet: A8, FC and 10. RGB value is (168,252,16). Sum of RGB (Red+Green+Blue) = 168+252+16=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 252 (98.83% from 255 or 57.80% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FC10 is #5703EF. Grayscale: #C8C8C8. Windows color (decimal): -5702640 or 1113256. OLE color: 1113256.

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

Color convert

RGB 168 252 16 -
CMYK 0.33 0 0.94 0.01
HSL 81.36º 0.98% 0.53% -
HSV(B) 81.36º 0.94% 0.99% -
XYZ 51.05 77.98 12.85 -
YUV 199.98 24.17 105.19 -
System Red Green Blue C M Y K H S L
Decimal 168 252 16 0.33 0 0.94 0.01 81.36 0.98 0.53
Hex A8 FC 10 21 0 5E 1 51 62 35
Octal 250 374 20 41 0 136 1 121 142 65
Binary 10101000 11111100 10000 100001 0 1011110 1 1010001 1100010 110101

Color Harmonies of #A8FC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FC10

Black with #A8FC10

Text Example


Text Example

White with #A8FC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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