Html Css Color HEX #ACC18D Norway

📋 copy color: '#ACC18D'

red 172 ◦ green 193 ◦ blue 141

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

Shades of Norway #ACC18D

Tints of Norway #ACC18D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.14%

 BLUE value IS 141 (55.47% from 255) = 27.87%

R = 33.99%
G = 38.14%
B = 27.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#ACC18D (or 0xACC18D) is known color: Norway. HEX triplet: AC, C1 and 8D. RGB value is (172,193,141). Sum of RGB (Red+Green+Blue) = 172+193+141=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 193 (75.78% from 255 or 38.14% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC18D is #533E72. Grayscale: #B4B4B4. Windows color (decimal): -5455475 or 9290156. OLE color: 9290156.

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

Color convert

RGB 172 193 141 -
CMYK 0.11 0 0.27 0.24
HSL 84.23º 0.3% 0.65% -
HSV(B) 84.23º 0.27% 0.76% -
XYZ 40.89 48.83 32.47 -
YUV 180.79 105.54 121.73 -
System Red Green Blue C M Y K H S L
Decimal 172 193 141 0.11 0 0.27 0.24 84.23 0.3 0.65
Hex AC C1 8D B 0 1B 18 54 1E 41
Octal 254 301 215 13 0 33 30 124 36 101
Binary 10101100 11000001 10001101 1011 0 11011 11000 1010100 11110 1000001

Color Harmonies of #ACC18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC18D

Black with #ACC18D

Text Example


Text Example

White with #ACC18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC18D; }

 p { color: rgb(172,193,141); }

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

background-color css

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

 a { background-color: rgb(172,193,141); }

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

border-color css

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

 span { border-color: rgb(172,193,141); }

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