Html Css Color HEX #8DE8A5 Chinook

📋 copy color: '#8DE8A5'

red 141 ◦ green 232 ◦ blue 165

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

Shades of Chinook #8DE8A5

Tints of Chinook #8DE8A5

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.12%

 BLUE value IS 165 (64.84% from 255) = 30.67%

R = 26.21%
G = 43.12%
B = 30.67%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#8DE8A5 (or 0x8DE8A5) is known color: Chinook. HEX triplet: 8D, E8 and A5. RGB value is (141,232,165). Sum of RGB (Red+Green+Blue) = 141+232+165=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 232 (91.02% from 255 or 43.12% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 232 - color contains mainly: green. Hex color #8DE8A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DE8A5 is #72175A. Grayscale: #C5C5C5. Windows color (decimal): -7477083 or 10872973. OLE color: 10872973.

HSL color Cylindrical-coordinate representation of color #8DE8A5: hue angle of 135.82º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DE8A5 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 141 232 165 -
CMYK 0.39 0 0.29 0.09
HSL 135.82º 0.66% 0.73% -
HSV(B) 135.82º 0.39% 0.91% -
XYZ 46.63 66.09 45.9 -
YUV 197.15 109.85 87.95 -
System Red Green Blue C M Y K H S L
Decimal 141 232 165 0.39 0 0.29 0.09 135.82 0.66 0.73
Hex 8D E8 A5 27 0 1D 9 88 42 49
Octal 215 350 245 47 0 35 11 210 102 111
Binary 10001101 11101000 10100101 100111 0 11101 1001 10001000 1000010 1001001

Color Harmonies of #8DE8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE8A5

Black with #8DE8A5

Text Example


Text Example

White with #8DE8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,232,165); }

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

background-color css

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

 a { background-color: rgb(141,232,165); }

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

border-color css

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

 span { border-color: rgb(141,232,165); }

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