#9CD50A

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

Shades of Inch Worm #9CD50A

Tints of Inch Worm #9CD50A

Color information

#9CD50A (or 0x9CD50A) is unknown color: approx Inch Worm. HEX triplet: 9C, D5 and 0A. RGB value is (156,213,10). Sum of RGB (Red+Green+Blue) = 156+213+10=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 213 (83.59% from 255 or 56.20% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CD50A is #632AF5. Grayscale: #ADADAD. Windows color (decimal): -6499062 or 710044. OLE color: 710044.

HSL color Cylindrical-coordinate representation of color #9CD50A: hue angle of 76.85º 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 #9CD50A is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB15621310-
CMYK0.2700.950.16
HSL76.85º91.03%43.73%-
HSV(B)76.85º95.31%83.53%-
XYZ37.5654.688.86-
YUV172.8136.12116.01-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.16%
GREEN value IS 213 (83.59% from 255) = 56.20%
BLUE value IS 10 (4.30% from 255) = 2.64%
R=41.16%
G=56.20%
B=2.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal156213100.2700.950.1676.8591.0343.73
Hex9CD5A1B05F104d5b2c
Octal234325123301372011513354
Binary1001110011010101101011011010111111000010011011011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD50A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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