Html Css Color HEX #9CE6AF Chinook

📋 copy color: '#9CE6AF'

red 156 ◦ green 230 ◦ blue 175

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

Shades of Chinook #9CE6AF

Tints of Chinook #9CE6AF

RGB

 RED value IS 156 (61.33% from 255) = 27.81%

 GREEN value IS 230 (90.23% from 255) = 41%

 BLUE value IS 175 (68.75% from 255) = 31.19%

R = 27.81%
G = 41%
B = 31.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#9CE6AF (or 0x9CE6AF) is known color: Chinook. HEX triplet: 9C, E6 and AF. RGB value is (156,230,175). Sum of RGB (Red+Green+Blue) = 156+230+175=561 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.81% from 561); Green value is 230 (90.23% from 255 or 41.00% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 230 - color contains mainly: green. Hex color #9CE6AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CE6AF is #631950. Grayscale: #C9C9C9. Windows color (decimal): -6494545 or 11527836. OLE color: 11527836.

HSL color Cylindrical-coordinate representation of color #9CE6AF: hue angle of 135.41º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9CE6AF is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 156 230 175 -
CMYK 0.32 0 0.24 0.10
HSL 135.41º 0.6% 0.76% -
HSV(B) 135.41º 0.32% 0.9% -
XYZ 49.74 66.76 50.82 -
YUV 201.6 112.98 95.47 -
System Red Green Blue C M Y K H S L
Decimal 156 230 175 0.32 0 0.24 0.10 135.41 0.6 0.76
Hex 9C E6 AF 20 0 18 A 87 3C 4C
Octal 234 346 257 40 0 30 12 207 74 114
Binary 10011100 11100110 10101111 100000 0 11000 1010 10000111 111100 1001100

Color Harmonies of #9CE6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE6AF

Black with #9CE6AF

Text Example


Text Example

White with #9CE6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CE6AF; }

 p { color: rgb(156,230,175); }

 H1.HeaderClassName
 {
   color: #9CE6AF;
 }
 .AnyTagClassName
 {
   color: #9CE6AF;
 }
</style>

background-color css

<style>
 a { background-color: #9CE6AF; }

 a { background-color: rgb(156,230,175); }

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

border-color css

<style>
 span { border-color: #9CE6AF; }

 span { border-color: rgb(156,230,175); }

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