Html Css Color HEX #9ACCC0 Shadow Green

📋 copy color: '#9ACCC0'

red 154 ◦ green 204 ◦ blue 192

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

Shades of Shadow Green #9ACCC0

Tints of Shadow Green #9ACCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.91%

R = 28%
G = 37.09%
B = 34.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#9ACCC0 (or 0x9ACCC0) is known color: Shadow Green. HEX triplet: 9A, CC and C0. RGB value is (154,204,192). Sum of RGB (Red+Green+Blue) = 154+204+192=550 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 204 - color contains mainly: green. Hex color #9ACCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACCC0 is #65333F. Grayscale: #BBBBBB. Windows color (decimal): -6632256 or 12635290. OLE color: 12635290.

HSL color Cylindrical-coordinate representation of color #9ACCC0: hue angle of 165.6º 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 #9ACCC0 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 154 204 192 -
CMYK 0.25 0 0.06 0.2
HSL 165.6º 0.33% 0.7% -
HSV(B) 165.6º 0.25% 0.8% -
XYZ 44.43 53.86 57.92 -
YUV 187.68 130.44 103.98 -
System Red Green Blue C M Y K H S L
Decimal 154 204 192 0.25 0 0.06 0.2 165.6 0.33 0.7
Hex 9A CC C0 19 0 6 14 A6 21 46
Octal 232 314 300 31 0 6 24 246 41 106
Binary 10011010 11001100 11000000 11001 0 110 10100 10100110 100001 1000110

Color Harmonies of #9ACCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ACCC0

Black with #9ACCC0

Text Example


Text Example

White with #9ACCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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