Html Css Color HEX #8CD39A Chinook

📋 copy color: '#8CD39A'

red 140 ◦ green 211 ◦ blue 154

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

Shades of Chinook #8CD39A

Tints of Chinook #8CD39A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.78%

 BLUE value IS 154 (60.55% from 255) = 30.5%

R = 27.72%
G = 41.78%
B = 30.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.27

 K value IS 0.17

RGB Variations

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

Color information

#8CD39A (or 0x8CD39A) is known color: Chinook. HEX triplet: 8C, D3 and 9A. RGB value is (140,211,154). Sum of RGB (Red+Green+Blue) = 140+211+154=505 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.72% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 211 - color contains mainly: green. Hex color #8CD39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD39A is #732C65. Grayscale: #B7B7B7. Windows color (decimal): -7548006 or 10146700. OLE color: 10146700.

HSL color Cylindrical-coordinate representation of color #8CD39A: hue angle of 131.83º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CD39A is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB 140 211 154 -
CMYK 0.34 0 0.27 0.17
HSL 131.83º 0.45% 0.69% -
HSV(B) 131.83º 0.34% 0.83% -
XYZ 39.94 54.5 38.99 -
YUV 183.27 111.48 97.13 -
System Red Green Blue C M Y K H S L
Decimal 140 211 154 0.34 0 0.27 0.17 131.83 0.45 0.69
Hex 8C D3 9A 22 0 1B 11 84 2D 45
Octal 214 323 232 42 0 33 21 204 55 105
Binary 10001100 11010011 10011010 100010 0 11011 10001 10000100 101101 1000101

Color Harmonies of #8CD39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD39A

Black with #8CD39A

Text Example


Text Example

White with #8CD39A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,211,154); }

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

background-color css

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

 a { background-color: rgb(140,211,154); }

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

border-color css

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

 span { border-color: rgb(140,211,154); }

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