Html Css Color HEX #A2C390 Norway

📋 copy color: '#A2C390'

red 162 ◦ green 195 ◦ blue 144

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

Shades of Norway #A2C390

Tints of Norway #A2C390

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.92%

 BLUE value IS 144 (56.64% from 255) = 28.74%

R = 32.34%
G = 38.92%
B = 28.74%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#A2C390 (or 0xA2C390) is known color: Norway. HEX triplet: A2, C3 and 90. RGB value is (162,195,144). Sum of RGB (Red+Green+Blue) = 162+195+144=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C390 is #5D3C6F. Grayscale: #B3B3B3. Windows color (decimal): -6110320 or 9487266. OLE color: 9487266.

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

Color convert

RGB 162 195 144 -
CMYK 0.17 0 0.26 0.24
HSL 98.82º 0.3% 0.66% -
HSV(B) 98.82º 0.26% 0.76% -
XYZ 39.45 48.73 33.71 -
YUV 179.32 108.07 115.65 -
System Red Green Blue C M Y K H S L
Decimal 162 195 144 0.17 0 0.26 0.24 98.82 0.3 0.66
Hex A2 C3 90 11 0 1A 18 63 1E 42
Octal 242 303 220 21 0 32 30 143 36 102
Binary 10100010 11000011 10010000 10001 0 11010 11000 1100011 11110 1000010

Color Harmonies of #A2C390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C390

Black with #A2C390

Text Example


Text Example

White with #A2C390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C390; }

 p { color: rgb(162,195,144); }

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

background-color css

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

 a { background-color: rgb(162,195,144); }

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

border-color css

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

 span { border-color: rgb(162,195,144); }

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