Html Css Color HEX #8DD09E Chinook

📋 copy color: '#8DD09E'

red 141 ◦ green 208 ◦ blue 158

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

Shades of Chinook #8DD09E

Tints of Chinook #8DD09E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.03%

 BLUE value IS 158 (62.11% from 255) = 31.16%

R = 27.81%
G = 41.03%
B = 31.16%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#8DD09E (or 0x8DD09E) is known color: Chinook. HEX triplet: 8D, D0 and 9E. RGB value is (141,208,158). Sum of RGB (Red+Green+Blue) = 141+208+158=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #8DD09E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD09E is #722F61. Grayscale: #B6B6B6. Windows color (decimal): -7483234 or 10408077. OLE color: 10408077.

HSL color Cylindrical-coordinate representation of color #8DD09E: hue angle of 135.22º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DD09E is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB 141 208 158 -
CMYK 0.32 0 0.24 0.18
HSL 135.22º 0.42% 0.68% -
HSV(B) 135.22º 0.32% 0.82% -
XYZ 39.71 53.24 40.53 -
YUV 182.27 114.3 98.57 -
System Red Green Blue C M Y K H S L
Decimal 141 208 158 0.32 0 0.24 0.18 135.22 0.42 0.68
Hex 8D D0 9E 20 0 18 12 87 2A 44
Octal 215 320 236 40 0 30 22 207 52 104
Binary 10001101 11010000 10011110 100000 0 11000 10010 10000111 101010 1000100

Color Harmonies of #8DD09E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD09E

Black with #8DD09E

Text Example


Text Example

White with #8DD09E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,208,158); }

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

background-color css

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

 a { background-color: rgb(141,208,158); }

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

border-color css

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

 span { border-color: rgb(141,208,158); }

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