#9AEE00

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

Shades of Spring Bud #9AEE00

Tints of Spring Bud #9AEE00

Color information

#9AEE00 (or 0x9AEE00) is unknown color: approx Spring Bud. HEX triplet: 9A, EE and 00. RGB value is (154,238,0). Sum of RGB (Red+Green+Blue) = 154+238+0=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 238 (93.36% from 255 or 60.71% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 238 - color contains mainly: green. Hex color #9AEE00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AEE00 is #6511FF. Grayscale: #BABABA. Windows color (decimal): -6623744 or 61082. OLE color: 61082.

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

Color convert

RGB1542380-
CMYK0.35010.07
HSL81.18º100%46.67%-
HSV(B)81.18º100%93.33%-
XYZ43.968.0210.82-
YUV185.7523.17105.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.29%
GREEN value IS 238 (93.36% from 255) = 60.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=39.29%
G=60.71%
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
Decimal15423800.35010.0781.1810046.67
Hex9AEE023064751642f
Octal2323560430144712114457
Binary100110101110111001000110110010011110100011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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