Html Css Color HEX #96E166 Gossip

📋 copy color: '#96E166'

red 150 ◦ green 225 ◦ blue 102

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

Shades of Gossip #96E166

Tints of Gossip #96E166

RGB

 RED value IS 150 (58.98% from 255) = 31.45%

 GREEN value IS 225 (88.28% from 255) = 47.17%

 BLUE value IS 102 (40.23% from 255) = 21.38%

R = 31.45%
G = 47.17%
B = 21.38%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#96E166 (or 0x96E166) is known color: Gossip. HEX triplet: 96, E1 and 66. RGB value is (150,225,102). Sum of RGB (Red+Green+Blue) = 150+225+102=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 225 - color contains mainly: green. Hex color #96E166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E166 is #691E99. Grayscale: #BCBCBC. Windows color (decimal): -6889114 or 6742422. OLE color: 6742422.

HSL color Cylindrical-coordinate representation of color #96E166: hue angle of 96.59º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96E166 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 150 225 102 -
CMYK 0.33 0 0.55 0.12
HSL 96.59º 0.67% 0.64% -
HSV(B) 96.59º 0.55% 0.88% -
XYZ 41.9 61.29 22.19 -
YUV 188.55 79.15 100.5 -
System Red Green Blue C M Y K H S L
Decimal 150 225 102 0.33 0 0.55 0.12 96.59 0.67 0.64
Hex 96 E1 66 21 0 37 C 61 43 40
Octal 226 341 146 41 0 67 14 141 103 100
Binary 10010110 11100001 1100110 100001 0 110111 1100 1100001 1000011 1000000

Color Harmonies of #96E166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E166

Black with #96E166

Text Example


Text Example

White with #96E166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96E166; }

 p { color: rgb(150,225,102); }

 H1.HeaderClassName
 {
   color: #96E166;
 }
 .AnyTagClassName
 {
   color: #96E166;
 }
</style>

background-color css

<style>
 a { background-color: #96E166; }

 a { background-color: rgb(150,225,102); }

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

border-color css

<style>
 span { border-color: #96E166; }

 span { border-color: rgb(150,225,102); }

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