Html Css Color HEX #8CD7A4 Chinook

📋 copy color: '#8CD7A4'

red 140 ◦ green 215 ◦ blue 164

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

Shades of Chinook #8CD7A4

Tints of Chinook #8CD7A4

RGB

 RED value IS 140 (55.08% from 255) = 26.97%

 GREEN value IS 215 (84.38% from 255) = 41.43%

 BLUE value IS 164 (64.45% from 255) = 31.6%

R = 26.97%
G = 41.43%
B = 31.6%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#8CD7A4 (or 0x8CD7A4) is known color: Chinook. HEX triplet: 8C, D7 and A4. RGB value is (140,215,164). Sum of RGB (Red+Green+Blue) = 140+215+164=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #8CD7A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD7A4 is #73285B. Grayscale: #BABABA. Windows color (decimal): -7546972 or 10803084. OLE color: 10803084.

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

Color convert

RGB 140 215 164 -
CMYK 0.35 0 0.24 0.16
HSL 139.2º 0.48% 0.7% -
HSV(B) 139.2º 0.35% 0.84% -
XYZ 41.82 56.86 43.89 -
YUV 186.76 115.15 94.65 -
System Red Green Blue C M Y K H S L
Decimal 140 215 164 0.35 0 0.24 0.16 139.2 0.48 0.7
Hex 8C D7 A4 23 0 18 10 8B 30 46
Octal 214 327 244 43 0 30 20 213 60 106
Binary 10001100 11010111 10100100 100011 0 11000 10000 10001011 110000 1000110

Color Harmonies of #8CD7A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD7A4

Black with #8CD7A4

Text Example


Text Example

White with #8CD7A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,215,164); }

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

background-color css

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

 a { background-color: rgb(140,215,164); }

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

border-color css

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

 span { border-color: rgb(140,215,164); }

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