Html Css Color HEX #90D67C Gossip

📋 copy color: '#90D67C'

red 144 ◦ green 214 ◦ blue 124

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

Shades of Gossip #90D67C

Tints of Gossip #90D67C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.4%

 BLUE value IS 124 (48.83% from 255) = 25.73%

R = 29.88%
G = 44.4%
B = 25.73%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#90D67C (or 0x90D67C) is known color: Gossip. HEX triplet: 90, D6 and 7C. RGB value is (144,214,124). Sum of RGB (Red+Green+Blue) = 144+214+124=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 214 - color contains mainly: green. Hex color #90D67C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D67C is #6F2983. Grayscale: #B7B7B7. Windows color (decimal): -7285124 or 8181392. OLE color: 8181392.

HSL color Cylindrical-coordinate representation of color #90D67C: hue angle of 106.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90D67C is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 214 124 -
CMYK 0.33 0 0.42 0.16
HSL 106.67º 0.52% 0.66% -
HSV(B) 106.67º 0.42% 0.84% -
XYZ 39.19 55.48 27.71 -
YUV 182.81 94.81 100.32 -
System Red Green Blue C M Y K H S L
Decimal 144 214 124 0.33 0 0.42 0.16 106.67 0.52 0.66
Hex 90 D6 7C 21 0 2A 10 6B 34 42
Octal 220 326 174 41 0 52 20 153 64 102
Binary 10010000 11010110 1111100 100001 0 101010 10000 1101011 110100 1000010

Color Harmonies of #90D67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D67C

Black with #90D67C

Text Example


Text Example

White with #90D67C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,214,124); }

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

background-color css

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

 a { background-color: rgb(144,214,124); }

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

border-color css

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

 span { border-color: rgb(144,214,124); }

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