Html Css Color HEX #8CA99A Summer Green

📋 copy color: '#8CA99A'

red 140 ◦ green 169 ◦ blue 154

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

Shades of Summer Green #8CA99A

Tints of Summer Green #8CA99A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.5%

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

R = 30.24%
G = 36.5%
B = 33.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#8CA99A (or 0x8CA99A) is known color: Summer Green. HEX triplet: 8C, A9 and 9A. RGB value is (140,169,154). Sum of RGB (Red+Green+Blue) = 140+169+154=463 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.24% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 154 (60.55% from 255 or 33.26% from 463); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA99A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA99A is #735665. Grayscale: #9E9E9E. Windows color (decimal): -7558758 or 10135948. OLE color: 10135948.

HSL color Cylindrical-coordinate representation of color #8CA99A: hue angle of 148.97º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8CA99A is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB 140 169 154 -
CMYK 0.17 0 0.09 0.34
HSL 148.97º 0.14% 0.61% -
HSV(B) 148.97º 0.17% 0.66% -
XYZ 30.84 36.28 35.95 -
YUV 158.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 140 169 154 0.17 0 0.09 0.34 148.97 0.14 0.61
Hex 8C A9 9A 11 0 9 22 95 E 3D
Octal 214 251 232 21 0 11 42 225 16 75
Binary 10001100 10101001 10011010 10001 0 1001 100010 10010101 1110 111101

Color Harmonies of #8CA99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA99A

Black with #8CA99A

Text Example


Text Example

White with #8CA99A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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