Html Css Color HEX #8EDF9F Chinook

📋 copy color: '#8EDF9F'

red 142 ◦ green 223 ◦ blue 159

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

Shades of Chinook #8EDF9F

Tints of Chinook #8EDF9F

RGB

 RED value IS 142 (55.86% from 255) = 27.1%

 GREEN value IS 223 (87.5% from 255) = 42.56%

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

R = 27.1%
G = 42.56%
B = 30.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#8EDF9F (or 0x8EDF9F) is known color: Chinook. HEX triplet: 8E, DF and 9F. RGB value is (142,223,159). Sum of RGB (Red+Green+Blue) = 142+223+159=524 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.10% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDF9F is #712060. Grayscale: #BFBFBF. Windows color (decimal): -7413857 or 10477454. OLE color: 10477454.

HSL color Cylindrical-coordinate representation of color #8EDF9F: hue angle of 132.59º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8EDF9F is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 223 159 -
CMYK 0.36 0 0.29 0.13
HSL 132.59º 0.56% 0.72% -
HSV(B) 132.59º 0.36% 0.87% -
XYZ 43.8 61.03 42.27 -
YUV 191.49 109.66 92.7 -
System Red Green Blue C M Y K H S L
Decimal 142 223 159 0.36 0 0.29 0.13 132.59 0.56 0.72
Hex 8E DF 9F 24 0 1D D 85 38 48
Octal 216 337 237 44 0 35 15 205 70 110
Binary 10001110 11011111 10011111 100100 0 11101 1101 10000101 111000 1001000

Color Harmonies of #8EDF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDF9F

Black with #8EDF9F

Text Example


Text Example

White with #8EDF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,223,159); }

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

background-color css

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

 a { background-color: rgb(142,223,159); }

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

border-color css

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

 span { border-color: rgb(142,223,159); }

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