Html Css Color HEX #ACC294 Norway

📋 copy color: '#ACC294'

red 172 ◦ green 194 ◦ blue 148

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

Shades of Norway #ACC294

Tints of Norway #ACC294

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.74%

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

R = 33.46%
G = 37.74%
B = 28.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#ACC294 (or 0xACC294) is known color: Norway. HEX triplet: AC, C2 and 94. RGB value is (172,194,148). Sum of RGB (Red+Green+Blue) = 172+194+148=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 194 (76.17% from 255 or 37.74% from 514); Blue value is 148 (58.20% from 255 or 28.79% from 514); Max value from RGB is 194 - color contains mainly: green. Hex color #ACC294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC294 is #533D6B. Grayscale: #B6B6B6. Windows color (decimal): -5455212 or 9749164. OLE color: 9749164.

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

Color convert

RGB 172 194 148 -
CMYK 0.11 0 0.24 0.24
HSL 88.7º 0.27% 0.67% -
HSV(B) 88.7º 0.24% 0.76% -
XYZ 41.65 49.49 35.37 -
YUV 182.18 108.71 120.74 -
System Red Green Blue C M Y K H S L
Decimal 172 194 148 0.11 0 0.24 0.24 88.7 0.27 0.67
Hex AC C2 94 B 0 18 18 59 1B 43
Octal 254 302 224 13 0 30 30 131 33 103
Binary 10101100 11000010 10010100 1011 0 11000 11000 1011001 11011 1000011

Color Harmonies of #ACC294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC294

Black with #ACC294

Text Example


Text Example

White with #ACC294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC294; }

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

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

background-color css

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

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

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

border-color css

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

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

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