Html Css Color HEX #ACC094 Norway

📋 copy color: '#ACC094'

red 172 ◦ green 192 ◦ blue 148

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

Shades of Norway #ACC094

Tints of Norway #ACC094

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.5%

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

R = 33.59%
G = 37.5%
B = 28.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#ACC094 (or 0xACC094) is known color: Norway. HEX triplet: AC, C0 and 94. RGB value is (172,192,148). Sum of RGB (Red+Green+Blue) = 172+192+148=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 192 (75.39% from 255 or 37.5% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 192 - color contains mainly: green. Hex color #ACC094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC094 is #533F6B. Grayscale: #B5B5B5. Windows color (decimal): -5455724 or 9748652. OLE color: 9748652.

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

Color convert

RGB 172 192 148 -
CMYK 0.10 0 0.23 0.25
HSL 87.27º 0.26% 0.67% -
HSV(B) 87.27º 0.23% 0.75% -
XYZ 41.21 48.61 35.23 -
YUV 181 109.37 121.58 -
System Red Green Blue C M Y K H S L
Decimal 172 192 148 0.10 0 0.23 0.25 87.27 0.26 0.67
Hex AC C0 94 A 0 17 19 57 1A 43
Octal 254 300 224 12 0 27 31 127 32 103
Binary 10101100 11000000 10010100 1010 0 10111 11001 1010111 11010 1000011

Color Harmonies of #ACC094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC094

Black with #ACC094

Text Example


Text Example

White with #ACC094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC094; }

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

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

background-color css

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

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

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

border-color css

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

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

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