Html Css Color HEX #90C27D Gossip

📋 copy color: '#90C27D'

red 144 ◦ green 194 ◦ blue 125

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

Shades of Gossip #90C27D

Tints of Gossip #90C27D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.9%

 BLUE value IS 125 (49.22% from 255) = 27%

R = 31.1%
G = 41.9%
B = 27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#90C27D (or 0x90C27D) is known color: Gossip. HEX triplet: 90, C2 and 7D. RGB value is (144,194,125). Sum of RGB (Red+Green+Blue) = 144+194+125=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 194 - color contains mainly: green. Hex color #90C27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C27D is #6F3D82. Grayscale: #ABABAB. Windows color (decimal): -7290243 or 8241808. OLE color: 8241808.

HSL color Cylindrical-coordinate representation of color #90C27D: hue angle of 103.48º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90C27D is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 144 194 125 -
CMYK 0.26 0 0.36 0.24
HSL 103.48º 0.36% 0.63% -
HSV(B) 103.48º 0.36% 0.76% -
XYZ 34.5 45.99 26.46 -
YUV 171.18 101.94 108.61 -
System Red Green Blue C M Y K H S L
Decimal 144 194 125 0.26 0 0.36 0.24 103.48 0.36 0.63
Hex 90 C2 7D 1A 0 24 18 67 24 3F
Octal 220 302 175 32 0 44 30 147 44 77
Binary 10010000 11000010 1111101 11010 0 100100 11000 1100111 100100 111111

Color Harmonies of #90C27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90C27D

Black with #90C27D

Text Example


Text Example

White with #90C27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,194,125); }

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

background-color css

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

 a { background-color: rgb(144,194,125); }

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

border-color css

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

 span { border-color: rgb(144,194,125); }

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