#9AD50A

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

Shades of Inch Worm #9AD50A

Tints of Inch Worm #9AD50A

Color information

#9AD50A (or 0x9AD50A) is unknown color: approx Inch Worm. HEX triplet: 9A, D5 and 0A. RGB value is (154,213,10). Sum of RGB (Red+Green+Blue) = 154+213+10=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 213 (83.59% from 255 or 56.50% from 377); Blue value is 10 (4.30% from 255 or 2.65% from 377); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD50A is #652AF5. Grayscale: #ACACAC. Windows color (decimal): -6630134 or 710042. OLE color: 710042.

HSL color Cylindrical-coordinate representation of color #9AD50A: hue angle of 77.44º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9AD50A is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB15421310-
CMYK0.2800.950.16
HSL77.44º91.03%43.73%-
HSV(B)77.44º95.31%83.53%-
XYZ37.1854.488.84-
YUV172.2236.45115.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.85%
GREEN value IS 213 (83.59% from 255) = 56.50%
BLUE value IS 10 (4.30% from 255) = 2.65%
R=40.85%
G=56.50%
B=2.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal154213100.2800.950.1677.4491.0343.73
Hex9AD5A1C05F104d5b2c
Octal232325123401372011513354
Binary1001101011010101101011100010111111000010011011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD50A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,213,10); }

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

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

 a { background-color: rgb(154,213,10); }

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

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

 span { border-color: rgb(154,213,10); }

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