#ACC090

Color #ACC090 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #ACC090

Tints of Norway #ACC090

Color information

#ACC090 (or 0xACC090) is unknown color: approx Norway. HEX triplet: AC, C0 and 90. RGB value is (172,192,144). Sum of RGB (Red+Green+Blue) = 172+192+144=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC090 is #533F6F. Grayscale: #B4B4B4. Windows color (decimal): -5455728 or 9486508. OLE color: 9486508.

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

Color convert

RGB172192144-
CMYK0.1000.250.25
HSL85º27.59%65.88%-
HSV(B)85º25%75.29%-
XYZ40.948.4833.59-
YUV180.55107.37121.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.86%
GREEN value IS 192 (75.39% from 255) = 37.80%
BLUE value IS 144 (56.64% from 255) = 28.35%
R=33.86%
G=37.80%
B=28.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721921440.1000.250.258527.5965.88
HexACC090A01919551c42
Octal254300220120313112534102
Binary1010110011000000100100001010011001110011010101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC090; }

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

 H1.HeaderClassName
 {
   color: #ACC090;
 }
 .AnyTagClassName
 {
   color: #ACC090;
 }
</style>
background-color css

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

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

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

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

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

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