Html Css Color HEX #99ACA0 Summer Green

📋 copy color: '#99ACA0'

red 153 ◦ green 172 ◦ blue 160

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

Shades of Summer Green #99ACA0

Tints of Summer Green #99ACA0

RGB

 RED value IS 153 (60.16% from 255) = 31.55%

 GREEN value IS 172 (67.58% from 255) = 35.46%

 BLUE value IS 160 (62.89% from 255) = 32.99%

R = 31.55%
G = 35.46%
B = 32.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#99ACA0 (or 0x99ACA0) is known color: Summer Green. HEX triplet: 99, AC and A0. RGB value is (153,172,160). Sum of RGB (Red+Green+Blue) = 153+172+160=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 172 (67.58% from 255 or 35.46% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 172 - color contains mainly: green. Hex color #99ACA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ACA0 is #66535F. Grayscale: #A4A4A4. Windows color (decimal): -6706016 or 10529945. OLE color: 10529945.

HSL color Cylindrical-coordinate representation of color #99ACA0: hue angle of 142.11º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #99ACA0 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 172 160 -
CMYK 0.11 0 0.07 0.33
HSL 142.11º 0.1% 0.64% -
HSV(B) 142.11º 0.11% 0.67% -
XYZ 34.23 38.82 38.95 -
YUV 164.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 153 172 160 0.11 0 0.07 0.33 142.11 0.1 0.64
Hex 99 AC A0 B 0 7 21 8E A 40
Octal 231 254 240 13 0 7 41 216 12 100
Binary 10011001 10101100 10100000 1011 0 111 100001 10001110 1010 1000000

Color Harmonies of #99ACA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ACA0

Black with #99ACA0

Text Example


Text Example

White with #99ACA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99ACA0; }

 p { color: rgb(153,172,160); }

 H1.HeaderClassName
 {
   color: #99ACA0;
 }
 .AnyTagClassName
 {
   color: #99ACA0;
 }
</style>

background-color css

<style>
 a { background-color: #99ACA0; }

 a { background-color: rgb(153,172,160); }

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

border-color css

<style>
 span { border-color: #99ACA0; }

 span { border-color: rgb(153,172,160); }

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