#9ADE08

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

Shades of Inch Worm #9ADE08

Tints of Inch Worm #9ADE08

Color information

#9ADE08 (or 0x9ADE08) is unknown color: approx Inch Worm. HEX triplet: 9A, DE and 08. RGB value is (154,222,8). Sum of RGB (Red+Green+Blue) = 154+222+8=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 222 (87.11% from 255 or 57.81% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ADE08 is #6521F7. Grayscale: #B2B2B2. Windows color (decimal): -6627832 or 581274. OLE color: 581274.

HSL color Cylindrical-coordinate representation of color #9ADE08: hue angle of 79.07º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9ADE08 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB1542228-
CMYK0.3100.960.13
HSL79.07º93.04%45.1%-
HSV(B)79.07º96.4%87.06%-
XYZ39.4959.139.56-
YUV177.2732.47111.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.10%
GREEN value IS 222 (87.11% from 255) = 57.81%
BLUE value IS 8 (3.52% from 255) = 2.08%
R=40.10%
G=57.81%
B=2.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal15422280.3100.960.1379.0793.0445.1
Hex9ADE81F060D4f5d2d
Octal232336103701401511713555
Binary100110101101111010001111101100000110110011111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADE08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,222,8); }

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

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

 a { background-color: rgb(154,222,8); }

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

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

 span { border-color: rgb(154,222,8); }

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