#9AE50B

Color #9AE50B Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #9AE50B

Tints of Inch Worm #9AE50B

Color information

#9AE50B (or 0x9AE50B) is unknown color: approx Inch Worm. HEX triplet: 9A, E5 and 0B. RGB value is (154,229,11). Sum of RGB (Red+Green+Blue) = 154+229+11=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 229 (89.84% from 255 or 58.12% from 394); Blue value is 11 (4.69% from 255 or 2.79% from 394); Max value from RGB is 229 - color contains mainly: green. Hex color #9AE50B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AE50B is #651AF4. Grayscale: #B6B6B6. Windows color (decimal): -6626037 or 779674. OLE color: 779674.

HSL color Cylindrical-coordinate representation of color #9AE50B: hue angle of 80.64º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9AE50B is Cyan = 0.33, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB15422911-
CMYK0.3300.950.10
HSL80.64º90.83%47.06%-
HSV(B)80.64º95.2%89.8%-
XYZ41.4162.9310.28-
YUV181.7231.65108.23-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 39.09%
GREEN value IS 229 (89.84% from 255) = 58.12%
BLUE value IS 11 (4.69% from 255) = 2.79%
R=39.09%
G=58.12%
B=2.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal154229110.3300.950.1080.6490.8347.06
Hex9AE5B2105FA515b2f
Octal232345134101371212113357
Binary1001101011100101101110000101011111101010100011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE50B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,229,11); }

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

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

 a { background-color: rgb(154,229,11); }

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

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

 span { border-color: rgb(154,229,11); }

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