Html Css Color HEX #90CA80 Gossip

📋 copy color: '#90CA80'

red 144 ◦ green 202 ◦ blue 128

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

Shades of Gossip #90CA80

Tints of Gossip #90CA80

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.62%

 BLUE value IS 128 (50.39% from 255) = 27%

R = 30.38%
G = 42.62%
B = 27%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#90CA80 (or 0x90CA80) is known color: Gossip. HEX triplet: 90, CA and 80. RGB value is (144,202,128). Sum of RGB (Red+Green+Blue) = 144+202+128=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #90CA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CA80 is #6F357F. Grayscale: #B0B0B0. Windows color (decimal): -7288192 or 8440464. OLE color: 8440464.

HSL color Cylindrical-coordinate representation of color #90CA80: hue angle of 107.03º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90CA80 is Cyan = 0.29, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 144 202 128 -
CMYK 0.29 0 0.37 0.21
HSL 107.03º 0.41% 0.65% -
HSV(B) 107.03º 0.37% 0.79% -
XYZ 36.52 49.73 28.1 -
YUV 176.22 100.78 105.02 -
System Red Green Blue C M Y K H S L
Decimal 144 202 128 0.29 0 0.37 0.21 107.03 0.41 0.65
Hex 90 CA 80 1D 0 25 15 6B 29 41
Octal 220 312 200 35 0 45 25 153 51 101
Binary 10010000 11001010 10000000 11101 0 100101 10101 1101011 101001 1000001

Color Harmonies of #90CA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CA80

Black with #90CA80

Text Example


Text Example

White with #90CA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,202,128); }

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

background-color css

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

 a { background-color: rgb(144,202,128); }

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

border-color css

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

 span { border-color: rgb(144,202,128); }

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