Html Css Color HEX #A2C484 Norway

📋 copy color: '#A2C484'

red 162 ◦ green 196 ◦ blue 132

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

Shades of Norway #A2C484

Tints of Norway #A2C484

RGB

 RED value IS 162 (63.67% from 255) = 33.06%

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

 BLUE value IS 132 (51.95% from 255) = 26.94%

R = 33.06%
G = 40%
B = 26.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#A2C484 (or 0xA2C484) is known color: Norway. HEX triplet: A2, C4 and 84. RGB value is (162,196,132). Sum of RGB (Red+Green+Blue) = 162+196+132=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 196 (76.95% from 255 or 40% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C484 is #5D3B7B. Grayscale: #B2B2B2. Windows color (decimal): -6110076 or 8701090. OLE color: 8701090.

HSL color Cylindrical-coordinate representation of color #A2C484: hue angle of 91.88º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2C484 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 196 132 -
CMYK 0.17 0 0.33 0.23
HSL 91.88º 0.35% 0.64% -
HSV(B) 91.88º 0.33% 0.77% -
XYZ 38.81 48.83 29.21 -
YUV 178.54 101.74 116.2 -
System Red Green Blue C M Y K H S L
Decimal 162 196 132 0.17 0 0.33 0.23 91.88 0.35 0.64
Hex A2 C4 84 11 0 21 17 5C 23 40
Octal 242 304 204 21 0 41 27 134 43 100
Binary 10100010 11000100 10000100 10001 0 100001 10111 1011100 100011 1000000

Color Harmonies of #A2C484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C484

Black with #A2C484

Text Example


Text Example

White with #A2C484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C484; }

 p { color: rgb(162,196,132); }

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

background-color css

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

 a { background-color: rgb(162,196,132); }

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

border-color css

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

 span { border-color: rgb(162,196,132); }

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