Html Css Color HEX #96EFAC Chinook

📋 copy color: '#96EFAC'

red 150 ◦ green 239 ◦ blue 172

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

Shades of Chinook #96EFAC

Tints of Chinook #96EFAC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.6%

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

R = 26.74%
G = 42.6%
B = 30.66%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#96EFAC (or 0x96EFAC) is known color: Chinook. HEX triplet: 96, EF and AC. RGB value is (150,239,172). Sum of RGB (Red+Green+Blue) = 150+239+172=561 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.74% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EFAC is #691053. Grayscale: #CCCCCC. Windows color (decimal): -6885460 or 11333526. OLE color: 11333526.

HSL color Cylindrical-coordinate representation of color #96EFAC: hue angle of 134.83º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EFAC is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 239 172 -
CMYK 0.37 0 0.28 0.06
HSL 134.83º 0.74% 0.76% -
HSV(B) 134.83º 0.37% 0.94% -
XYZ 50.89 71.2 50.09 -
YUV 204.75 109.51 88.95 -
System Red Green Blue C M Y K H S L
Decimal 150 239 172 0.37 0 0.28 0.06 134.83 0.74 0.76
Hex 96 EF AC 25 0 1C 6 87 4A 4C
Octal 226 357 254 45 0 34 6 207 112 114
Binary 10010110 11101111 10101100 100101 0 11100 110 10000111 1001010 1001100

Color Harmonies of #96EFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EFAC

Black with #96EFAC

Text Example


Text Example

White with #96EFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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