#9AE70E

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

Shades of Inch Worm #9AE70E

Tints of Inch Worm #9AE70E

Color information

#9AE70E (or 0x9AE70E) is unknown color: approx Inch Worm. HEX triplet: 9A, E7 and 0E. RGB value is (154,231,14). Sum of RGB (Red+Green+Blue) = 154+231+14=399 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.60% from 399); Green value is 231 (90.62% from 255 or 57.89% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 231 - color contains mainly: green. Hex color #9AE70E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9AE70E is #6518F1. Grayscale: #B8B8B8. Windows color (decimal): -6625522 or 976794. OLE color: 976794.

HSL color Cylindrical-coordinate representation of color #9AE70E: hue angle of 81.29º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9AE70E is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB15423114-
CMYK0.3300.940.09
HSL81.29º88.57%48.04%-
HSV(B)81.29º93.94%90.59%-
XYZ41.9864.0510.57-
YUV183.2432.49107.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 38.60%
GREEN value IS 231 (90.62% from 255) = 57.89%
BLUE value IS 14 (5.86% from 255) = 3.51%
R=38.60%
G=57.89%
B=3.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal154231140.3300.940.0981.2988.5748.04
Hex9AE7E2105E9515930
Octal232347164101361112113160
Binary1001101011100111111010000101011110100110100011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE70E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,231,14); }

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

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

 a { background-color: rgb(154,231,14); }

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

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

 span { border-color: rgb(154,231,14); }

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