Html Css Color HEX #96E0A5 Chinook

📋 copy color: '#96E0A5'

red 150 ◦ green 224 ◦ blue 165

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

Shades of Chinook #96E0A5

Tints of Chinook #96E0A5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.56%

 BLUE value IS 165 (64.84% from 255) = 30.61%

R = 27.83%
G = 41.56%
B = 30.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#96E0A5 (or 0x96E0A5) is known color: Chinook. HEX triplet: 96, E0 and A5. RGB value is (150,224,165). Sum of RGB (Red+Green+Blue) = 150+224+165=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 165 (64.84% from 255 or 30.61% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #96E0A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E0A5 is #691F5A. Grayscale: #C3C3C3. Windows color (decimal): -6889307 or 10870934. OLE color: 10870934.

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

Color convert

RGB 150 224 165 -
CMYK 0.33 0 0.26 0.12
HSL 132.16º 0.54% 0.73% -
HSV(B) 132.16º 0.33% 0.88% -
XYZ 46.02 62.51 45.24 -
YUV 195.15 110.98 95.8 -
System Red Green Blue C M Y K H S L
Decimal 150 224 165 0.33 0 0.26 0.12 132.16 0.54 0.73
Hex 96 E0 A5 21 0 1A C 84 36 49
Octal 226 340 245 41 0 32 14 204 66 111
Binary 10010110 11100000 10100101 100001 0 11010 1100 10000100 110110 1001001

Color Harmonies of #96E0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E0A5

Black with #96E0A5

Text Example


Text Example

White with #96E0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,224,165); }

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

background-color css

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

 a { background-color: rgb(150,224,165); }

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

border-color css

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

 span { border-color: rgb(150,224,165); }

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