Html Css Color HEX #8ACD9F Chinook

📋 copy color: '#8ACD9F'

red 138 ◦ green 205 ◦ blue 159

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

Shades of Chinook #8ACD9F

Tints of Chinook #8ACD9F

RGB

 RED value IS 138 (54.3% from 255) = 27.49%

 GREEN value IS 205 (80.47% from 255) = 40.84%

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

R = 27.49%
G = 40.84%
B = 31.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#8ACD9F (or 0x8ACD9F) is known color: Chinook. HEX triplet: 8A, CD and 9F. RGB value is (138,205,159). Sum of RGB (Red+Green+Blue) = 138+205+159=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACD9F is #753260. Grayscale: #B3B3B3. Windows color (decimal): -7680609 or 10472842. OLE color: 10472842.

HSL color Cylindrical-coordinate representation of color #8ACD9F: hue angle of 138.81º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACD9F is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 205 159 -
CMYK 0.33 0 0.22 0.20
HSL 138.81º 0.4% 0.67% -
HSV(B) 138.81º 0.33% 0.8% -
XYZ 38.57 51.57 40.72 -
YUV 179.72 116.3 98.24 -
System Red Green Blue C M Y K H S L
Decimal 138 205 159 0.33 0 0.22 0.20 138.81 0.4 0.67
Hex 8A CD 9F 21 0 16 14 8B 28 43
Octal 212 315 237 41 0 26 24 213 50 103
Binary 10001010 11001101 10011111 100001 0 10110 10100 10001011 101000 1000011

Color Harmonies of #8ACD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACD9F

Black with #8ACD9F

Text Example


Text Example

White with #8ACD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,205,159); }

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

background-color css

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

 a { background-color: rgb(138,205,159); }

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

border-color css

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

 span { border-color: rgb(138,205,159); }

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