Html Css Color HEX #8ACF9D Chinook

📋 copy color: '#8ACF9D'

red 138 ◦ green 207 ◦ blue 157

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

Shades of Chinook #8ACF9D

Tints of Chinook #8ACF9D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.24%

 BLUE value IS 157 (61.72% from 255) = 31.27%

R = 27.49%
G = 41.24%
B = 31.27%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#8ACF9D (or 0x8ACF9D) is known color: Chinook. HEX triplet: 8A, CF and 9D. RGB value is (138,207,157). Sum of RGB (Red+Green+Blue) = 138+207+157=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ACF9D is #753062. Grayscale: #B4B4B4. Windows color (decimal): -7680099 or 10342282. OLE color: 10342282.

HSL color Cylindrical-coordinate representation of color #8ACF9D: hue angle of 136.52º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ACF9D is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 138 207 157 -
CMYK 0.33 0 0.24 0.19
HSL 136.52º 0.42% 0.68% -
HSV(B) 136.52º 0.33% 0.81% -
XYZ 38.88 52.46 39.98 -
YUV 180.67 114.64 97.57 -
System Red Green Blue C M Y K H S L
Decimal 138 207 157 0.33 0 0.24 0.19 136.52 0.42 0.68
Hex 8A CF 9D 21 0 18 13 89 2A 44
Octal 212 317 235 41 0 30 23 211 52 104
Binary 10001010 11001111 10011101 100001 0 11000 10011 10001001 101010 1000100

Color Harmonies of #8ACF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACF9D

Black with #8ACF9D

Text Example


Text Example

White with #8ACF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,207,157); }

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

background-color css

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

 a { background-color: rgb(138,207,157); }

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

border-color css

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

 span { border-color: rgb(138,207,157); }

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