Html Css Color HEX #9FD512 Inch Worm

📋 copy color: '#9FD512'

red 159 ◦ green 213 ◦ blue 18

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

Shades of Inch Worm #9FD512

Tints of Inch Worm #9FD512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.62%

R = 40.77%
G = 54.62%
B = 4.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#9FD512 (or 0x9FD512) is known color: Inch Worm. HEX triplet: 9F, D5 and 12. RGB value is (159,213,18). Sum of RGB (Red+Green+Blue) = 159+213+18=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 213 (83.59% from 255 or 54.62% from 390); Blue value is 18 (7.42% from 255 or 4.62% from 390); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD512 is #602AED. Grayscale: #AFAFAF. Windows color (decimal): -6302446 or 1234335. OLE color: 1234335.

HSL color Cylindrical-coordinate representation of color #9FD512: hue angle of 76.62º degrees, saturation: 0.84, 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 #9FD512 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 213 18 -
CMYK 0.25 0 0.92 0.16
HSL 76.62º 0.84% 0.45% -
HSV(B) 76.62º 0.92% 0.84% -
XYZ 38.2 55 9.18 -
YUV 174.62 39.61 116.86 -
System Red Green Blue C M Y K H S L
Decimal 159 213 18 0.25 0 0.92 0.16 76.62 0.84 0.45
Hex 9F D5 12 19 0 5C 10 4D 54 2D
Octal 237 325 22 31 0 134 20 115 124 55
Binary 10011111 11010101 10010 11001 0 1011100 10000 1001101 1010100 101101

Color Harmonies of #9FD512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD512

Black with #9FD512

Text Example


Text Example

White with #9FD512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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