Html Css Color HEX #8DCCA0 Chinook

📋 copy color: '#8DCCA0'

red 141 ◦ green 204 ◦ blue 160

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

Shades of Chinook #8DCCA0

Tints of Chinook #8DCCA0

RGB

 RED value IS 141 (55.47% from 255) = 27.92%

 GREEN value IS 204 (80.08% from 255) = 40.4%

 BLUE value IS 160 (62.89% from 255) = 31.68%

R = 27.92%
G = 40.4%
B = 31.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#8DCCA0 (or 0x8DCCA0) is known color: Chinook. HEX triplet: 8D, CC and A0. RGB value is (141,204,160). Sum of RGB (Red+Green+Blue) = 141+204+160=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 204 (80.08% from 255 or 40.40% from 505); Blue value is 160 (62.89% from 255 or 31.68% from 505); Max value from RGB is 204 - color contains mainly: green. Hex color #8DCCA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCCA0 is #72335F. Grayscale: #B4B4B4. Windows color (decimal): -7484256 or 10538125. OLE color: 10538125.

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

Color convert

RGB 141 204 160 -
CMYK 0.31 0 0.22 0.2
HSL 138.1º 0.38% 0.68% -
HSV(B) 138.1º 0.31% 0.8% -
XYZ 38.92 51.39 41.12 -
YUV 180.15 116.63 100.08 -
System Red Green Blue C M Y K H S L
Decimal 141 204 160 0.31 0 0.22 0.2 138.1 0.38 0.68
Hex 8D CC A0 1F 0 16 14 8A 26 44
Octal 215 314 240 37 0 26 24 212 46 104
Binary 10001101 11001100 10100000 11111 0 10110 10100 10001010 100110 1000100

Color Harmonies of #8DCCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCCA0

Black with #8DCCA0

Text Example


Text Example

White with #8DCCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,204,160); }

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

background-color css

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

 a { background-color: rgb(141,204,160); }

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

border-color css

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

 span { border-color: rgb(141,204,160); }

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