Html Css Color HEX #90D672 Gossip

📋 copy color: '#90D672'

red 144 ◦ green 214 ◦ blue 114

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

Shades of Gossip #90D672

Tints of Gossip #90D672

RGB

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

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

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

R = 30.51%
G = 45.34%
B = 24.15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#90D672 (or 0x90D672) is known color: Gossip. HEX triplet: 90, D6 and 72. RGB value is (144,214,114). Sum of RGB (Red+Green+Blue) = 144+214+114=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 214 - color contains mainly: green. Hex color #90D672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D672 is #6F298D. Grayscale: #B5B5B5. Windows color (decimal): -7285134 or 7526032. OLE color: 7526032.

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

Color convert

RGB 144 214 114 -
CMYK 0.33 0 0.47 0.16
HSL 102º 0.55% 0.64% -
HSV(B) 102º 0.47% 0.84% -
XYZ 38.59 55.24 24.55 -
YUV 181.67 89.81 101.13 -
System Red Green Blue C M Y K H S L
Decimal 144 214 114 0.33 0 0.47 0.16 102 0.55 0.64
Hex 90 D6 72 21 0 2F 10 66 37 40
Octal 220 326 162 41 0 57 20 146 67 100
Binary 10010000 11010110 1110010 100001 0 101111 10000 1100110 110111 1000000

Color Harmonies of #90D672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90D672

Black with #90D672

Text Example


Text Example

White with #90D672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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