Html Css Color HEX #8FD09A Chinook

📋 copy color: '#8FD09A'

red 143 ◦ green 208 ◦ blue 154

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

Shades of Chinook #8FD09A

Tints of Chinook #8FD09A

RGB

 RED value IS 143 (56.25% from 255) = 28.32%

 GREEN value IS 208 (81.64% from 255) = 41.19%

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

R = 28.32%
G = 41.19%
B = 30.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#8FD09A (or 0x8FD09A) is known color: Chinook. HEX triplet: 8F, D0 and 9A. RGB value is (143,208,154). Sum of RGB (Red+Green+Blue) = 143+208+154=505 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.32% from 505); Green value is 208 (81.64% from 255 or 41.19% from 505); Blue value is 154 (60.55% from 255 or 30.50% from 505); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD09A is #702F65. Grayscale: #B6B6B6. Windows color (decimal): -7352166 or 10145935. OLE color: 10145935.

HSL color Cylindrical-coordinate representation of color #8FD09A: hue angle of 130.15º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FD09A is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 208 154 -
CMYK 0.31 0 0.26 0.18
HSL 130.15º 0.41% 0.69% -
HSV(B) 130.15º 0.31% 0.82% -
XYZ 39.72 53.28 38.76 -
YUV 182.41 111.97 99.89 -
System Red Green Blue C M Y K H S L
Decimal 143 208 154 0.31 0 0.26 0.18 130.15 0.41 0.69
Hex 8F D0 9A 1F 0 1A 12 82 29 45
Octal 217 320 232 37 0 32 22 202 51 105
Binary 10001111 11010000 10011010 11111 0 11010 10010 10000010 101001 1000101

Color Harmonies of #8FD09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD09A

Black with #8FD09A

Text Example


Text Example

White with #8FD09A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,208,154); }

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

background-color css

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

 a { background-color: rgb(143,208,154); }

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

border-color css

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

 span { border-color: rgb(143,208,154); }

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