Html Css Color HEX #90DE14 Inch Worm

📋 copy color: '#90DE14'

red 144 ◦ green 222 ◦ blue 20

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

Shades of Inch Worm #90DE14

Tints of Inch Worm #90DE14

RGB

 RED value IS 144 (56.64% from 255) = 37.31%

 GREEN value IS 222 (87.11% from 255) = 57.51%

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

R = 37.31%
G = 57.51%
B = 5.18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#90DE14 (or 0x90DE14) is known color: Inch Worm. HEX triplet: 90, DE and 14. RGB value is (144,222,20). Sum of RGB (Red+Green+Blue) = 144+222+20=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 222 (87.11% from 255 or 57.51% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 222 - color contains mainly: green. Hex color #90DE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90DE14 is #6F21EB. Grayscale: #B0B0B0. Windows color (decimal): -7283180 or 1367696. OLE color: 1367696.

HSL color Cylindrical-coordinate representation of color #90DE14: hue angle of 83.17º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90DE14 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 222 20 -
CMYK 0.35 0 0.91 0.13
HSL 83.17º 0.83% 0.47% -
HSV(B) 83.17º 0.91% 0.87% -
XYZ 37.75 58.22 9.91 -
YUV 175.65 40.16 105.43 -
System Red Green Blue C M Y K H S L
Decimal 144 222 20 0.35 0 0.91 0.13 83.17 0.83 0.47
Hex 90 DE 14 23 0 5B D 53 53 2F
Octal 220 336 24 43 0 133 15 123 123 57
Binary 10010000 11011110 10100 100011 0 1011011 1101 1010011 1010011 101111

Color Harmonies of #90DE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DE14

Black with #90DE14

Text Example


Text Example

White with #90DE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90DE14; }

 p { color: rgb(144,222,20); }

 H1.HeaderClassName
 {
   color: #90DE14;
 }
 .AnyTagClassName
 {
   color: #90DE14;
 }
</style>

background-color css

<style>
 a { background-color: #90DE14; }

 a { background-color: rgb(144,222,20); }

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

border-color css

<style>
 span { border-color: #90DE14; }

 span { border-color: rgb(144,222,20); }

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