Html Css Color HEX #A2C489 Norway

📋 copy color: '#A2C489'

red 162 ◦ green 196 ◦ blue 137

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

Shades of Norway #A2C489

Tints of Norway #A2C489

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.68%

R = 32.73%
G = 39.6%
B = 27.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#A2C489 (or 0xA2C489) is known color: Norway. HEX triplet: A2, C4 and 89. RGB value is (162,196,137). Sum of RGB (Red+Green+Blue) = 162+196+137=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C489 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C489 is #5D3B76. Grayscale: #B3B3B3. Windows color (decimal): -6110071 or 9028770. OLE color: 9028770.

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

Color convert

RGB 162 196 137 -
CMYK 0.17 0 0.30 0.23
HSL 94.58º 0.33% 0.65% -
HSV(B) 94.58º 0.3% 0.77% -
XYZ 39.16 48.97 31.05 -
YUV 179.11 104.24 115.8 -
System Red Green Blue C M Y K H S L
Decimal 162 196 137 0.17 0 0.30 0.23 94.58 0.33 0.65
Hex A2 C4 89 11 0 1E 17 5F 21 41
Octal 242 304 211 21 0 36 27 137 41 101
Binary 10100010 11000100 10001001 10001 0 11110 10111 1011111 100001 1000001

Color Harmonies of #A2C489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C489

Black with #A2C489

Text Example


Text Example

White with #A2C489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C489; }

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

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

background-color css

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

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

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

border-color css

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

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

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