Html Css Color HEX #96E1A4 Chinook

📋 copy color: '#96E1A4'

red 150 ◦ green 225 ◦ blue 164

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

Shades of Chinook #96E1A4

Tints of Chinook #96E1A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 30.43%

R = 27.83%
G = 41.74%
B = 30.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#96E1A4 (or 0x96E1A4) is known color: Chinook. HEX triplet: 96, E1 and A4. RGB value is (150,225,164). Sum of RGB (Red+Green+Blue) = 150+225+164=539 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.83% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 164 (64.45% from 255 or 30.43% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #96E1A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E1A4 is #691E5B. Grayscale: #C3C3C3. Windows color (decimal): -6889052 or 10805654. OLE color: 10805654.

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

Color convert

RGB 150 225 164 -
CMYK 0.33 0 0.27 0.12
HSL 131.2º 0.56% 0.74% -
HSV(B) 131.2º 0.33% 0.88% -
XYZ 46.2 63.01 44.85 -
YUV 195.62 110.15 95.46 -
System Red Green Blue C M Y K H S L
Decimal 150 225 164 0.33 0 0.27 0.12 131.2 0.56 0.74
Hex 96 E1 A4 21 0 1B C 83 38 4A
Octal 226 341 244 41 0 33 14 203 70 112
Binary 10010110 11100001 10100100 100001 0 11011 1100 10000011 111000 1001010

Color Harmonies of #96E1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E1A4

Black with #96E1A4

Text Example


Text Example

White with #96E1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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