#9AED00

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

Shades of Spring Bud #9AED00

Tints of Spring Bud #9AED00

Color information

#9AED00 (or 0x9AED00) is unknown color: approx Spring Bud. HEX triplet: 9A, ED and 00. RGB value is (154,237,0). Sum of RGB (Red+Green+Blue) = 154+237+0=391 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.39% from 391); Green value is 237 (92.97% from 255 or 60.61% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 237 - color contains mainly: green. Hex color #9AED00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AED00 is #6512FF. Grayscale: #BABABA. Windows color (decimal): -6624000 or 60826. OLE color: 60826.

HSL color Cylindrical-coordinate representation of color #9AED00: hue angle of 81.01º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9AED00 is Cyan = 0.35, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB1542370-
CMYK0.35010.07
HSL81.01º100%46.47%-
HSV(B)81.01º100%92.94%-
XYZ43.6167.4410.72-
YUV185.1623.5105.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.39%
GREEN value IS 237 (92.97% from 255) = 60.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.39%
G=60.61%
B=0%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal15423700.35010.0781.0110046.47
Hex9AED023064751642e
Octal2323550430144712114456
Binary100110101110110101000110110010011110100011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AED00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,237,0); }

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

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

 a { background-color: rgb(154,237,0); }

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

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

 span { border-color: rgb(154,237,0); }

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