#9AFD10

Color #9AFD10 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #9AFD10

Tints of Spring Bud #9AFD10

Color information

#9AFD10 (or 0x9AFD10) is unknown color: approx Spring Bud. HEX triplet: 9A, FD and 10. RGB value is (154,253,16). Sum of RGB (Red+Green+Blue) = 154+253+16=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 253 (99.22% from 255 or 59.81% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFD10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AFD10 is #6502EF. Grayscale: #C5C5C5. Windows color (decimal): -6619888 or 1113498. OLE color: 1113498.

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

Color convert

RGB15425316-
CMYK0.3900.940.01
HSL85.06º98.34%52.75%-
HSV(B)85.06º93.68%99.22%-
XYZ48.5577.1612.82-
YUV196.3826.297.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.41%
GREEN value IS 253 (99.22% from 255) = 59.81%
BLUE value IS 16 (6.64% from 255) = 3.78%
R=36.41%
G=59.81%
B=3.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal154253160.3900.940.0185.0698.3452.75
Hex9AFD102705E1556235
Octal23237520470136112514265
Binary10011010111111011000010011101011110110101011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AFD10; }

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

 H1.HeaderClassName
 {
   color: #9AFD10;
 }
 .AnyTagClassName
 {
   color: #9AFD10;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #9AFD10;
 }
 .BgClassName
 {
   background-color: #9AFD10;
 }
</style>
border-color css

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

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

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