Html Css Color HEX #A8FD10 Spring Bud

📋 copy color: '#A8FD10'

red 168 ◦ green 253 ◦ blue 16

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

Shades of Spring Bud #A8FD10

Tints of Spring Bud #A8FD10

RGB

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

 GREEN value IS 253 (99.22% from 255) = 57.89%

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

R = 38.44%
G = 57.89%
B = 3.66%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#A8FD10 (or 0xA8FD10) is known color: Spring Bud. HEX triplet: A8, FD and 10. RGB value is (168,253,16). Sum of RGB (Red+Green+Blue) = 168+253+16=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 253 (99.22% from 255 or 57.89% from 437); Blue value is 16 (6.64% from 255 or 3.66% from 437); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FD10 is #5702EF. Grayscale: #C9C9C9. Windows color (decimal): -5702384 or 1113512. OLE color: 1113512.

HSL color Cylindrical-coordinate representation of color #A8FD10: hue angle of 81.52º 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 #A8FD10 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 253 16 -
CMYK 0.34 0 0.94 0.01
HSL 81.52º 0.98% 0.53% -
HSV(B) 81.52º 0.94% 0.99% -
XYZ 51.37 78.61 12.96 -
YUV 200.57 23.84 104.77 -
System Red Green Blue C M Y K H S L
Decimal 168 253 16 0.34 0 0.94 0.01 81.52 0.98 0.53
Hex A8 FD 10 22 0 5E 1 52 62 35
Octal 250 375 20 42 0 136 1 122 142 65
Binary 10101000 11111101 10000 100010 0 1011110 1 1010010 1100010 110101

Color Harmonies of #A8FD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FD10

Black with #A8FD10

Text Example


Text Example

White with #A8FD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FD10; }

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

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

background-color css

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

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

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

border-color css

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

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

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