Html Css Color HEX #90DD14 Inch Worm

📋 copy color: '#90DD14'

red 144 ◦ green 221 ◦ blue 20

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

Shades of Inch Worm #90DD14

Tints of Inch Worm #90DD14

RGB

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

 GREEN value IS 221 (86.72% from 255) = 57.4%

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

R = 37.4%
G = 57.4%
B = 5.19%

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

#90DD14 (or 0x90DD14) is known color: Inch Worm. HEX triplet: 90, DD and 14. RGB value is (144,221,20). Sum of RGB (Red+Green+Blue) = 144+221+20=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 221 (86.72% from 255 or 57.40% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 221 - color contains mainly: green. Hex color #90DD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90DD14 is #6F22EB. Grayscale: #AFAFAF. Windows color (decimal): -7283436 or 1367440. OLE color: 1367440.

HSL color Cylindrical-coordinate representation of color #90DD14: hue angle of 82.99º 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 #90DD14 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 221 20 -
CMYK 0.35 0 0.91 0.13
HSL 82.99º 0.83% 0.47% -
HSV(B) 82.99º 0.91% 0.87% -
XYZ 37.48 57.69 9.82 -
YUV 175.06 40.49 105.84 -
System Red Green Blue C M Y K H S L
Decimal 144 221 20 0.35 0 0.91 0.13 82.99 0.83 0.47
Hex 90 DD 14 23 0 5B D 53 53 2F
Octal 220 335 24 43 0 133 15 123 123 57
Binary 10010000 11011101 10100 100011 0 1011011 1101 1010011 1010011 101111

Color Harmonies of #90DD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90DD14

Black with #90DD14

Text Example


Text Example

White with #90DD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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