Html Css Color HEX #90D80C Inch Worm

📋 copy color: '#90D80C'

red 144 ◦ green 216 ◦ blue 12

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

Shades of Inch Worm #90D80C

Tints of Inch Worm #90D80C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 58.06%

 BLUE value IS 12 (5.08% from 255) = 3.23%

R = 38.71%
G = 58.06%
B = 3.23%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#90D80C (or 0x90D80C) is known color: Inch Worm. HEX triplet: 90, D8 and 0C. RGB value is (144,216,12). Sum of RGB (Red+Green+Blue) = 144+216+12=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 216 (84.77% from 255 or 58.06% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 216 - color contains mainly: green. Hex color #90D80C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #90D80C is #6F27F3. Grayscale: #ABABAB. Windows color (decimal): -7284724 or 841872. OLE color: 841872.

HSL color Cylindrical-coordinate representation of color #90D80C: hue angle of 81.18º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90D80C is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 216 12 -
CMYK 0.33 0 0.94 0.15
HSL 81.18º 0.89% 0.45% -
HSV(B) 81.18º 0.94% 0.85% -
XYZ 36.12 55.07 9.07 -
YUV 171.22 38.15 108.59 -
System Red Green Blue C M Y K H S L
Decimal 144 216 12 0.33 0 0.94 0.15 81.18 0.89 0.45
Hex 90 D8 C 21 0 5E F 51 59 2D
Octal 220 330 14 41 0 136 17 121 131 55
Binary 10010000 11011000 1100 100001 0 1011110 1111 1010001 1011001 101101

Color Harmonies of #90D80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D80C

Black with #90D80C

Text Example


Text Example

White with #90D80C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,216,12); }

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

background-color css

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

 a { background-color: rgb(144,216,12); }

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

border-color css

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

 span { border-color: rgb(144,216,12); }

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