Html Css Color HEX #9ACCBC Shadow Green

📋 copy color: '#9ACCBC'

red 154 ◦ green 204 ◦ blue 188

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

Shades of Shadow Green #9ACCBC

Tints of Shadow Green #9ACCBC

RGB

 RED value IS 154 (60.55% from 255) = 28.21%

 GREEN value IS 204 (80.08% from 255) = 37.36%

 BLUE value IS 188 (73.83% from 255) = 34.43%

R = 28.21%
G = 37.36%
B = 34.43%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#9ACCBC (or 0x9ACCBC) is known color: Shadow Green. HEX triplet: 9A, CC and BC. RGB value is (154,204,188). Sum of RGB (Red+Green+Blue) = 154+204+188=546 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.21% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 188 (73.83% from 255 or 34.43% from 546); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACCBC is #653343. Grayscale: #BBBBBB. Windows color (decimal): -6632260 or 12373146. OLE color: 12373146.

HSL color Cylindrical-coordinate representation of color #9ACCBC: hue angle of 160.8º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACCBC is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 154 204 188 -
CMYK 0.25 0 0.08 0.2
HSL 160.8º 0.33% 0.7% -
HSV(B) 160.8º 0.25% 0.8% -
XYZ 44 53.69 55.62 -
YUV 187.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 154 204 188 0.25 0 0.08 0.2 160.8 0.33 0.7
Hex 9A CC BC 19 0 8 14 A1 21 46
Octal 232 314 274 31 0 10 24 241 41 106
Binary 10011010 11001100 10111100 11001 0 1000 10100 10100001 100001 1000110

Color Harmonies of #9ACCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACCBC

Black with #9ACCBC

Text Example


Text Example

White with #9ACCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9ACCBC; }

 p { color: rgb(154,204,188); }

 H1.HeaderClassName
 {
   color: #9ACCBC;
 }
 .AnyTagClassName
 {
   color: #9ACCBC;
 }
</style>

background-color css

<style>
 a { background-color: #9ACCBC; }

 a { background-color: rgb(154,204,188); }

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

border-color css

<style>
 span { border-color: #9ACCBC; }

 span { border-color: rgb(154,204,188); }

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