Html Css Color HEX #9FE114 Inch Worm

📋 copy color: '#9FE114'

red 159 ◦ green 225 ◦ blue 20

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

Shades of Inch Worm #9FE114

Tints of Inch Worm #9FE114

RGB

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

 GREEN value IS 225 (88.28% from 255) = 55.69%

 BLUE value IS 20 (8.2% from 255) = 4.95%

R = 39.36%
G = 55.69%
B = 4.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#9FE114 (or 0x9FE114) is known color: Inch Worm. HEX triplet: 9F, E1 and 14. RGB value is (159,225,20). Sum of RGB (Red+Green+Blue) = 159+225+20=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 225 (88.28% from 255 or 55.69% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE114 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FE114 is #601EEB. Grayscale: #B6B6B6. Windows color (decimal): -6299372 or 1368479. OLE color: 1368479.

HSL color Cylindrical-coordinate representation of color #9FE114: hue angle of 79.32º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FE114 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 225 20 -
CMYK 0.29 0 0.91 0.12
HSL 79.32º 0.84% 0.48% -
HSV(B) 79.32º 0.91% 0.88% -
XYZ 41.35 61.27 10.31 -
YUV 181.9 36.63 111.67 -
System Red Green Blue C M Y K H S L
Decimal 159 225 20 0.29 0 0.91 0.12 79.32 0.84 0.48
Hex 9F E1 14 1D 0 5B C 4F 54 30
Octal 237 341 24 35 0 133 14 117 124 60
Binary 10011111 11100001 10100 11101 0 1011011 1100 1001111 1010100 110000

Color Harmonies of #9FE114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE114

Black with #9FE114

Text Example


Text Example

White with #9FE114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,225,20); }

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

background-color css

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

 a { background-color: rgb(159,225,20); }

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

border-color css

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

 span { border-color: rgb(159,225,20); }

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