Html Css Color HEX #96F0AC Chinook

📋 copy color: '#96F0AC'

red 150 ◦ green 240 ◦ blue 172

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

Shades of Chinook #96F0AC

Tints of Chinook #96F0AC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.7%

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

R = 26.69%
G = 42.7%
B = 30.6%

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

#96F0AC (or 0x96F0AC) is known color: Chinook. HEX triplet: 96, F0 and AC. RGB value is (150,240,172). Sum of RGB (Red+Green+Blue) = 150+240+172=562 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.69% from 562); Green value is 240 (94.14% from 255 or 42.70% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 240 - color contains mainly: green. Hex color #96F0AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F0AC is #690F53. Grayscale: #CDCDCD. Windows color (decimal): -6885204 or 11333782. OLE color: 11333782.

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

Color convert

RGB 150 240 172 -
CMYK 0.37 0 0.28 0.06
HSL 134.67º 0.75% 0.76% -
HSV(B) 134.67º 0.38% 0.94% -
XYZ 51.18 71.78 50.19 -
YUV 205.34 109.18 88.53 -
System Red Green Blue C M Y K H S L
Decimal 150 240 172 0.37 0 0.28 0.06 134.67 0.75 0.76
Hex 96 F0 AC 25 0 1C 6 87 4B 4C
Octal 226 360 254 45 0 34 6 207 113 114
Binary 10010110 11110000 10101100 100101 0 11100 110 10000111 1001011 1001100

Color Harmonies of #96F0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F0AC

Black with #96F0AC

Text Example


Text Example

White with #96F0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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