Html Css Color HEX #96E5AC Chinook

📋 copy color: '#96E5AC'

red 150 ◦ green 229 ◦ blue 172

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

Shades of Chinook #96E5AC

Tints of Chinook #96E5AC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.56%

 BLUE value IS 172 (67.58% from 255) = 31.22%

R = 27.22%
G = 41.56%
B = 31.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#96E5AC (or 0x96E5AC) is known color: Chinook. HEX triplet: 96, E5 and AC. RGB value is (150,229,172). Sum of RGB (Red+Green+Blue) = 150+229+172=551 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.22% from 551); Green value is 229 (89.84% from 255 or 41.56% from 551); Blue value is 172 (67.58% from 255 or 31.22% from 551); Max value from RGB is 229 - color contains mainly: green. Hex color #96E5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E5AC is #691A53. Grayscale: #C7C7C7. Windows color (decimal): -6888020 or 11330966. OLE color: 11330966.

HSL color Cylindrical-coordinate representation of color #96E5AC: hue angle of 136.71º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E5AC is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 229 172 -
CMYK 0.34 0 0.25 0.10
HSL 136.71º 0.6% 0.74% -
HSV(B) 136.71º 0.34% 0.9% -
XYZ 48.04 65.5 49.14 -
YUV 198.88 112.83 93.13 -
System Red Green Blue C M Y K H S L
Decimal 150 229 172 0.34 0 0.25 0.10 136.71 0.6 0.74
Hex 96 E5 AC 22 0 19 A 89 3C 4A
Octal 226 345 254 42 0 31 12 211 74 112
Binary 10010110 11100101 10101100 100010 0 11001 1010 10001001 111100 1001010

Color Harmonies of #96E5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E5AC

Black with #96E5AC

Text Example


Text Example

White with #96E5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,229,172); }

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

background-color css

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

 a { background-color: rgb(150,229,172); }

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

border-color css

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

 span { border-color: rgb(150,229,172); }

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