Html Css Color HEX #A8FB10 Spring Bud

📋 copy color: '#A8FB10'

red 168 ◦ green 251 ◦ blue 16

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

Shades of Spring Bud #A8FB10

Tints of Spring Bud #A8FB10

RGB

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

 GREEN value IS 251 (98.44% from 255) = 57.7%

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

R = 38.62%
G = 57.7%
B = 3.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#A8FB10 (or 0xA8FB10) is known color: Spring Bud. HEX triplet: A8, FB and 10. RGB value is (168,251,16). Sum of RGB (Red+Green+Blue) = 168+251+16=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 251 (98.44% from 255 or 57.70% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #A8FB10 is #5704EF. Grayscale: #C8C8C8. Windows color (decimal): -5702896 or 1113000. OLE color: 1113000.

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

Color convert

RGB 168 251 16 -
CMYK 0.33 0 0.94 0.02
HSL 81.19º 0.97% 0.52% -
HSV(B) 81.19º 0.94% 0.98% -
XYZ 50.74 77.36 12.75 -
YUV 199.39 24.5 105.61 -
System Red Green Blue C M Y K H S L
Decimal 168 251 16 0.33 0 0.94 0.02 81.19 0.97 0.52
Hex A8 FB 10 21 0 5E 2 51 61 34
Octal 250 373 20 41 0 136 2 121 141 64
Binary 10101000 11111011 10000 100001 0 1011110 10 1010001 1100001 110100

Color Harmonies of #A8FB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FB10

Black with #A8FB10

Text Example


Text Example

White with #A8FB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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