Html Css Color HEX #9FD502 Inch Worm

📋 copy color: '#9FD502'

red 159 ◦ green 213 ◦ blue 2

#9FD502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #9FD502

Tints of Inch Worm #9FD502

RGB

 RED value IS 159 (62.5% from 255) = 42.51%

 GREEN value IS 213 (83.59% from 255) = 56.95%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 42.51%
G = 56.95%
B = 0.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#9FD502 (or 0x9FD502) is known color: Inch Worm. HEX triplet: 9F, D5 and 02. RGB value is (159,213,2). Sum of RGB (Red+Green+Blue) = 159+213+2=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 213 (83.59% from 255 or 56.95% from 374); Blue value is 2 (1.17% from 255 or 0.53% from 374); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD502 is #602AFD. Grayscale: #ADADAD. Windows color (decimal): -6302462 or 185759. OLE color: 185759.

HSL color Cylindrical-coordinate representation of color #9FD502: hue angle of 75.36º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FD502 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 213 2 -
CMYK 0.25 0 0.99 0.16
HSL 75.36º 0.98% 0.42% -
HSV(B) 75.36º 0.99% 0.84% -
XYZ 38.1 54.96 8.66 -
YUV 172.8 31.61 118.16 -
System Red Green Blue C M Y K H S L
Decimal 159 213 2 0.25 0 0.99 0.16 75.36 0.98 0.42
Hex 9F D5 2 19 0 63 10 4B 62 2A
Octal 237 325 2 31 0 143 20 113 142 52
Binary 10011111 11010101 10 11001 0 1100011 10000 1001011 1100010 101010

Color Harmonies of #9FD502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD502

Black with #9FD502

Text Example


Text Example

White with #9FD502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,213,2); }

 H1.HeaderClassName
 {
   color: #9FD502;
 }
 .AnyTagClassName
 {
   color: #9FD502;
 }
</style>

background-color css

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

 a { background-color: rgb(159,213,2); }

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

border-color css

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

 span { border-color: rgb(159,213,2); }

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