Html Css Color HEX #90CE72 Gossip

📋 copy color: '#90CE72'

red 144 ◦ green 206 ◦ blue 114

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

Shades of Gossip #90CE72

Tints of Gossip #90CE72

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.4%

 BLUE value IS 114 (44.92% from 255) = 24.57%

R = 31.03%
G = 44.4%
B = 24.57%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#90CE72 (or 0x90CE72) is known color: Gossip. HEX triplet: 90, CE and 72. RGB value is (144,206,114). Sum of RGB (Red+Green+Blue) = 144+206+114=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #90CE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CE72 is #6F318D. Grayscale: #B1B1B1. Windows color (decimal): -7287182 or 7523984. OLE color: 7523984.

HSL color Cylindrical-coordinate representation of color #90CE72: hue angle of 100.43º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #90CE72 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 144 206 114 -
CMYK 0.30 0 0.45 0.19
HSL 100.43º 0.48% 0.63% -
HSV(B) 100.43º 0.45% 0.81% -
XYZ 36.61 51.29 23.89 -
YUV 176.97 92.46 104.48 -
System Red Green Blue C M Y K H S L
Decimal 144 206 114 0.30 0 0.45 0.19 100.43 0.48 0.63
Hex 90 CE 72 1E 0 2D 13 64 30 3F
Octal 220 316 162 36 0 55 23 144 60 77
Binary 10010000 11001110 1110010 11110 0 101101 10011 1100100 110000 111111

Color Harmonies of #90CE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CE72

Black with #90CE72

Text Example


Text Example

White with #90CE72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,206,114); }

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

background-color css

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

 a { background-color: rgb(144,206,114); }

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

border-color css

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

 span { border-color: rgb(144,206,114); }

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