Html Css Color HEX #A2C287 Norway

📋 copy color: '#A2C287'

red 162 ◦ green 194 ◦ blue 135

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

Shades of Norway #A2C287

Tints of Norway #A2C287

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.51%

 BLUE value IS 135 (53.13% from 255) = 27.49%

R = 32.99%
G = 39.51%
B = 27.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#A2C287 (or 0xA2C287) is known color: Norway. HEX triplet: A2, C2 and 87. RGB value is (162,194,135). Sum of RGB (Red+Green+Blue) = 162+194+135=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C287 is #5D3D78. Grayscale: #B1B1B1. Windows color (decimal): -6110585 or 8897186. OLE color: 8897186.

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

Color convert

RGB 162 194 135 -
CMYK 0.16 0 0.30 0.24
HSL 92.54º 0.33% 0.65% -
HSV(B) 92.54º 0.3% 0.76% -
XYZ 38.57 48.01 30.16 -
YUV 177.71 103.9 116.8 -
System Red Green Blue C M Y K H S L
Decimal 162 194 135 0.16 0 0.30 0.24 92.54 0.33 0.65
Hex A2 C2 87 10 0 1E 18 5D 21 41
Octal 242 302 207 20 0 36 30 135 41 101
Binary 10100010 11000010 10000111 10000 0 11110 11000 1011101 100001 1000001

Color Harmonies of #A2C287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C287

Black with #A2C287

Text Example


Text Example

White with #A2C287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C287; }

 p { color: rgb(162,194,135); }

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

background-color css

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

 a { background-color: rgb(162,194,135); }

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

border-color css

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

 span { border-color: rgb(162,194,135); }

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