Html Css Color HEX #ACC48F Norway

📋 copy color: '#ACC48F'

red 172 ◦ green 196 ◦ blue 143

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

Shades of Norway #ACC48F

Tints of Norway #ACC48F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.36%

 BLUE value IS 143 (56.25% from 255) = 27.98%

R = 33.66%
G = 38.36%
B = 27.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#ACC48F (or 0xACC48F) is known color: Norway. HEX triplet: AC, C4 and 8F. RGB value is (172,196,143). Sum of RGB (Red+Green+Blue) = 172+196+143=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 143 (56.25% from 255 or 27.98% from 511); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC48F is #533B70. Grayscale: #B6B6B6. Windows color (decimal): -5454705 or 9421996. OLE color: 9421996.

HSL color Cylindrical-coordinate representation of color #ACC48F: hue angle of 87.17º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACC48F is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 143 -
CMYK 0.12 0 0.27 0.23
HSL 87.17º 0.31% 0.66% -
HSV(B) 87.17º 0.27% 0.77% -
XYZ 41.71 50.23 33.48 -
YUV 182.78 105.55 120.31 -
System Red Green Blue C M Y K H S L
Decimal 172 196 143 0.12 0 0.27 0.23 87.17 0.31 0.66
Hex AC C4 8F C 0 1B 17 57 1F 42
Octal 254 304 217 14 0 33 27 127 37 102
Binary 10101100 11000100 10001111 1100 0 11011 10111 1010111 11111 1000010

Color Harmonies of #ACC48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC48F

Black with #ACC48F

Text Example


Text Example

White with #ACC48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC48F; }

 p { color: rgb(172,196,143); }

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

background-color css

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

 a { background-color: rgb(172,196,143); }

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

border-color css

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

 span { border-color: rgb(172,196,143); }

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