Html Css Color HEX #ACC391 Norway

📋 copy color: '#ACC391'

red 172 ◦ green 195 ◦ blue 145

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

Shades of Norway #ACC391

Tints of Norway #ACC391

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.09%

 BLUE value IS 145 (57.03% from 255) = 28.32%

R = 33.59%
G = 38.09%
B = 28.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#ACC391 (or 0xACC391) is known color: Norway. HEX triplet: AC, C3 and 91. RGB value is (172,195,145). Sum of RGB (Red+Green+Blue) = 172+195+145=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 195 - color contains mainly: green. Hex color #ACC391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC391 is #533C6E. Grayscale: #B6B6B6. Windows color (decimal): -5454959 or 9552812. OLE color: 9552812.

HSL color Cylindrical-coordinate representation of color #ACC391: hue angle of 87.6º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACC391 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 172 195 145 -
CMYK 0.12 0 0.26 0.24
HSL 87.6º 0.29% 0.67% -
HSV(B) 87.6º 0.26% 0.76% -
XYZ 41.64 49.85 34.21 -
YUV 182.42 106.88 120.57 -
System Red Green Blue C M Y K H S L
Decimal 172 195 145 0.12 0 0.26 0.24 87.6 0.29 0.67
Hex AC C3 91 C 0 1A 18 58 1D 43
Octal 254 303 221 14 0 32 30 130 35 103
Binary 10101100 11000011 10010001 1100 0 11010 11000 1011000 11101 1000011

Color Harmonies of #ACC391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC391

Black with #ACC391

Text Example


Text Example

White with #ACC391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC391; }

 p { color: rgb(172,195,145); }

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

background-color css

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

 a { background-color: rgb(172,195,145); }

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

border-color css

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

 span { border-color: rgb(172,195,145); }

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