#9FDA08

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

Shades of Inch Worm #9FDA08

Tints of Inch Worm #9FDA08

Color information

#9FDA08 (or 0x9FDA08) is unknown color: approx Inch Worm. HEX triplet: 9F, DA and 08. RGB value is (159,218,8). Sum of RGB (Red+Green+Blue) = 159+218+8=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 218 (85.55% from 255 or 56.62% from 385); Blue value is 8 (3.52% from 255 or 2.08% from 385); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FDA08 is #6025F7. Grayscale: #B1B1B1. Windows color (decimal): -6301176 or 580255. OLE color: 580255.

HSL color Cylindrical-coordinate representation of color #9FDA08: hue angle of 76.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9FDA08 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB1592188-
CMYK0.2700.960.15
HSL76.86º92.92%44.31%-
HSV(B)76.86º96.33%85.49%-
XYZ39.4157.539.26-
YUV176.4232.95115.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.30%
GREEN value IS 218 (85.55% from 255) = 56.62%
BLUE value IS 8 (3.52% from 255) = 2.08%
R=41.30%
G=56.62%
B=2.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal15921880.2700.960.1576.8692.9244.31
Hex9FDA81B060F4d5d2c
Octal237332103301401711513554
Binary100111111101101010001101101100000111110011011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDA08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,218,8); }

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

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

 a { background-color: rgb(159,218,8); }

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

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

 span { border-color: rgb(159,218,8); }

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