Html Css Color HEX #8DD69B Chinook

📋 copy color: '#8DD69B'

red 141 ◦ green 214 ◦ blue 155

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

Shades of Chinook #8DD69B

Tints of Chinook #8DD69B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.96%

 BLUE value IS 155 (60.94% from 255) = 30.39%

R = 27.65%
G = 41.96%
B = 30.39%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#8DD69B (or 0x8DD69B) is known color: Chinook. HEX triplet: 8D, D6 and 9B. RGB value is (141,214,155). Sum of RGB (Red+Green+Blue) = 141+214+155=510 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.65% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD69B is #722964. Grayscale: #B9B9B9. Windows color (decimal): -7481701 or 10213005. OLE color: 10213005.

HSL color Cylindrical-coordinate representation of color #8DD69B: hue angle of 131.51º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DD69B is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 141 214 155 -
CMYK 0.34 0 0.28 0.16
HSL 131.51º 0.47% 0.7% -
HSV(B) 131.51º 0.34% 0.84% -
XYZ 40.95 56.12 39.68 -
YUV 185.45 110.82 96.3 -
System Red Green Blue C M Y K H S L
Decimal 141 214 155 0.34 0 0.28 0.16 131.51 0.47 0.7
Hex 8D D6 9B 22 0 1C 10 84 2F 46
Octal 215 326 233 42 0 34 20 204 57 106
Binary 10001101 11010110 10011011 100010 0 11100 10000 10000100 101111 1000110

Color Harmonies of #8DD69B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD69B

Black with #8DD69B

Text Example


Text Example

White with #8DD69B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,214,155); }

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

background-color css

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

 a { background-color: rgb(141,214,155); }

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

border-color css

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

 span { border-color: rgb(141,214,155); }

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