#ACCA90

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

Shades of Norway #ACCA90

Tints of Norway #ACCA90

Color information

#ACCA90 (or 0xACCA90) is unknown color: approx Norway. HEX triplet: AC, CA and 90. RGB value is (172,202,144). Sum of RGB (Red+Green+Blue) = 172+202+144=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCA90 is #53356F. Grayscale: #BABABA. Windows color (decimal): -5453168 or 9489068. OLE color: 9489068.

HSL color Cylindrical-coordinate representation of color #ACCA90: hue angle of 91.03º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACCA90 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB172202144-
CMYK0.1500.290.21
HSL91.03º35.37%67.84%-
HSV(B)91.03º28.71%79.22%-
XYZ43.1753.0334.35-
YUV186.42104.06117.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 202 (79.30% from 255) = 39.00%
BLUE value IS 144 (56.64% from 255) = 27.80%
R=33.20%
G=39.00%
B=27.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1722021440.1500.290.2191.0335.3767.84
HexACCA90F01D155b2344
Octal254312220170352513343104
Binary10101100110010101001000011110111011010110110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCA90; }

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

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

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

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

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

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

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

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