#9AE901

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

Shades of Spring Bud #9AE901

Tints of Spring Bud #9AE901

Color information

#9AE901 (or 0x9AE901) is unknown color: approx Spring Bud. HEX triplet: 9A, E9 and 01. RGB value is (154,233,1). Sum of RGB (Red+Green+Blue) = 154+233+1=388 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.69% from 388); Green value is 233 (91.41% from 255 or 60.05% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 233 - color contains mainly: green. Hex color #9AE901 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AE901 is #6516FE. Grayscale: #B7B7B7. Windows color (decimal): -6625023 or 125338. OLE color: 125338.

HSL color Cylindrical-coordinate representation of color #9AE901: hue angle of 80.43º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9AE901 is Cyan = 0.34, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB1542331-
CMYK0.3401.000.09
HSL80.43º99.15%45.88%-
HSV(B)80.43º99.57%91.37%-
XYZ42.4765.1510.37-
YUV182.9325.33107.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.69%
GREEN value IS 233 (91.41% from 255) = 60.05%
BLUE value IS 1 (0.78% from 255) = 0.26%
R=39.69%
G=60.05%
B=0.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal15423310.3401.000.0980.4399.1545.88
Hex9AE9122064950632e
Octal23235114201441112014356
Binary1001101011101001110001001100100100110100001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,233,1); }

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

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

 a { background-color: rgb(154,233,1); }

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

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

 span { border-color: rgb(154,233,1); }

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