Html Css Color HEX #8CCD9F Chinook

📋 copy color: '#8CCD9F'

red 140 ◦ green 205 ◦ blue 159

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

Shades of Chinook #8CCD9F

Tints of Chinook #8CCD9F

RGB

 RED value IS 140 (55.08% from 255) = 27.78%

 GREEN value IS 205 (80.47% from 255) = 40.67%

 BLUE value IS 159 (62.5% from 255) = 31.55%

R = 27.78%
G = 40.67%
B = 31.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#8CCD9F (or 0x8CCD9F) is known color: Chinook. HEX triplet: 8C, CD and 9F. RGB value is (140,205,159). Sum of RGB (Red+Green+Blue) = 140+205+159=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCD9F is #733260. Grayscale: #B4B4B4. Windows color (decimal): -7549537 or 10472844. OLE color: 10472844.

HSL color Cylindrical-coordinate representation of color #8CCD9F: hue angle of 137.54º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCD9F is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 205 159 -
CMYK 0.32 0 0.22 0.20
HSL 137.54º 0.39% 0.68% -
HSV(B) 137.54º 0.32% 0.8% -
XYZ 38.9 51.74 40.74 -
YUV 180.32 115.97 99.24 -
System Red Green Blue C M Y K H S L
Decimal 140 205 159 0.32 0 0.22 0.20 137.54 0.39 0.68
Hex 8C CD 9F 20 0 16 14 8A 27 44
Octal 214 315 237 40 0 26 24 212 47 104
Binary 10001100 11001101 10011111 100000 0 10110 10100 10001010 100111 1000100

Color Harmonies of #8CCD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCD9F

Black with #8CCD9F

Text Example


Text Example

White with #8CCD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CCD9F; }

 p { color: rgb(140,205,159); }

 H1.HeaderClassName
 {
   color: #8CCD9F;
 }
 .AnyTagClassName
 {
   color: #8CCD9F;
 }
</style>

background-color css

<style>
 a { background-color: #8CCD9F; }

 a { background-color: rgb(140,205,159); }

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

border-color css

<style>
 span { border-color: #8CCD9F; }

 span { border-color: rgb(140,205,159); }

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