Html Css Color HEX #ACC594 Norway

📋 copy color: '#ACC594'

red 172 ◦ green 197 ◦ blue 148

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

Shades of Norway #ACC594

Tints of Norway #ACC594

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.1%

 BLUE value IS 148 (58.2% from 255) = 28.63%

R = 33.27%
G = 38.1%
B = 28.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.23

RGB Variations

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

Color information

#ACC594 (or 0xACC594) is known color: Norway. HEX triplet: AC, C5 and 94. RGB value is (172,197,148). Sum of RGB (Red+Green+Blue) = 172+197+148=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC594 is #533A6B. Grayscale: #B8B8B8. Windows color (decimal): -5454444 or 9749932. OLE color: 9749932.

HSL color Cylindrical-coordinate representation of color #ACC594: hue angle of 90.61º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACC594 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 197 148 -
CMYK 0.13 0 0.25 0.23
HSL 90.61º 0.3% 0.68% -
HSV(B) 90.61º 0.25% 0.77% -
XYZ 42.32 50.84 35.6 -
YUV 183.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 172 197 148 0.13 0 0.25 0.23 90.61 0.3 0.68
Hex AC C5 94 D 0 19 17 5B 1E 44
Octal 254 305 224 15 0 31 27 133 36 104
Binary 10101100 11000101 10010100 1101 0 11001 10111 1011011 11110 1000100

Color Harmonies of #ACC594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC594

Black with #ACC594

Text Example


Text Example

White with #ACC594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC594; }

 p { color: rgb(172,197,148); }

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

background-color css

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

 a { background-color: rgb(172,197,148); }

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

border-color css

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

 span { border-color: rgb(172,197,148); }

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