Html Css Color HEX #96EBA9 Chinook

📋 copy color: '#96EBA9'

red 150 ◦ green 235 ◦ blue 169

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

Shades of Chinook #96EBA9

Tints of Chinook #96EBA9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.42%

 BLUE value IS 169 (66.41% from 255) = 30.51%

R = 27.08%
G = 42.42%
B = 30.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#96EBA9 (or 0x96EBA9) is known color: Chinook. HEX triplet: 96, EB and A9. RGB value is (150,235,169). Sum of RGB (Red+Green+Blue) = 150+235+169=554 (73% of max value = 765). Red value is 150 (58.98% from 255 or 27.08% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 169 (66.41% from 255 or 30.51% from 554); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBA9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EBA9 is #691456. Grayscale: #CACACA. Windows color (decimal): -6886487 or 11135894. OLE color: 11135894.

HSL color Cylindrical-coordinate representation of color #96EBA9: hue angle of 133.41º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EBA9 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 235 169 -
CMYK 0.36 0 0.28 0.08
HSL 133.41º 0.68% 0.75% -
HSV(B) 133.41º 0.36% 0.92% -
XYZ 49.45 68.77 48.2 -
YUV 202.06 109.34 90.87 -
System Red Green Blue C M Y K H S L
Decimal 150 235 169 0.36 0 0.28 0.08 133.41 0.68 0.75
Hex 96 EB A9 24 0 1C 8 85 44 4B
Octal 226 353 251 44 0 34 10 205 104 113
Binary 10010110 11101011 10101001 100100 0 11100 1000 10000101 1000100 1001011

Color Harmonies of #96EBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EBA9

Black with #96EBA9

Text Example


Text Example

White with #96EBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,235,169); }

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

background-color css

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

 a { background-color: rgb(150,235,169); }

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

border-color css

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

 span { border-color: rgb(150,235,169); }

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