#9AD510

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

Shades of Inch Worm #9AD510

Tints of Inch Worm #9AD510

Color information

#9AD510 (or 0x9AD510) is unknown color: approx Inch Worm. HEX triplet: 9A, D5 and 10. RGB value is (154,213,16). Sum of RGB (Red+Green+Blue) = 154+213+16=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 213 (83.59% from 255 or 55.61% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9AD510 is #652AEF. Grayscale: #ADADAD. Windows color (decimal): -6630128 or 1103258. OLE color: 1103258.

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

Color convert

RGB15421316-
CMYK0.2800.920.16
HSL77.97º86.03%44.9%-
HSV(B)77.97º92.49%83.53%-
XYZ37.2154.59.05-
YUV172.939.45114.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.21%
GREEN value IS 213 (83.59% from 255) = 55.61%
BLUE value IS 16 (6.64% from 255) = 4.18%
R=40.21%
G=55.61%
B=4.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal154213160.2800.920.1677.9786.0344.9
Hex9AD5101C05C104e562d
Octal232325203401342011612655
Binary10011010110101011000011100010111001000010011101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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