Html Css Color HEX #ACC09A Norway

📋 copy color: '#ACC09A'

red 172 ◦ green 192 ◦ blue 154

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

Shades of Norway #ACC09A

Tints of Norway #ACC09A

RGB

 RED value IS 172 (67.58% from 255) = 33.2%

 GREEN value IS 192 (75.39% from 255) = 37.07%

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

R = 33.2%
G = 37.07%
B = 29.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#ACC09A (or 0xACC09A) is known color: Norway. HEX triplet: AC, C0 and 9A. RGB value is (172,192,154). Sum of RGB (Red+Green+Blue) = 172+192+154=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 154 (60.55% from 255 or 29.73% from 518); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC09A is #533F65. Grayscale: #B5B5B5. Windows color (decimal): -5455718 or 10141868. OLE color: 10141868.

HSL color Cylindrical-coordinate representation of color #ACC09A: hue angle of 91.58º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACC09A is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 192 154 -
CMYK 0.10 0 0.20 0.25
HSL 91.58º 0.23% 0.68% -
HSV(B) 91.58º 0.2% 0.75% -
XYZ 41.7 48.8 37.79 -
YUV 181.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 172 192 154 0.10 0 0.20 0.25 91.58 0.23 0.68
Hex AC C0 9A A 0 14 19 5C 17 44
Octal 254 300 232 12 0 24 31 134 27 104
Binary 10101100 11000000 10011010 1010 0 10100 11001 1011100 10111 1000100

Color Harmonies of #ACC09A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC09A

Black with #ACC09A

Text Example


Text Example

White with #ACC09A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC09A; }

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

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

background-color css

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

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

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

border-color css

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

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

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