Html Css Color HEX #A2C08C Norway

📋 copy color: '#A2C08C'

red 162 ◦ green 192 ◦ blue 140

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

Shades of Norway #A2C08C

Tints of Norway #A2C08C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.87%

 BLUE value IS 140 (55.08% from 255) = 28.34%

R = 32.79%
G = 38.87%
B = 28.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#A2C08C (or 0xA2C08C) is known color: Norway. HEX triplet: A2, C0 and 8C. RGB value is (162,192,140). Sum of RGB (Red+Green+Blue) = 162+192+140=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C08C is #5D3F73. Grayscale: #B1B1B1. Windows color (decimal): -6111092 or 9224354. OLE color: 9224354.

HSL color Cylindrical-coordinate representation of color #A2C08C: hue angle of 94.62º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2C08C is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 192 140 -
CMYK 0.16 0 0.27 0.25
HSL 94.62º 0.29% 0.65% -
HSV(B) 94.62º 0.27% 0.75% -
XYZ 38.48 47.27 31.91 -
YUV 177.1 107.06 117.23 -
System Red Green Blue C M Y K H S L
Decimal 162 192 140 0.16 0 0.27 0.25 94.62 0.29 0.65
Hex A2 C0 8C 10 0 1B 19 5F 1D 41
Octal 242 300 214 20 0 33 31 137 35 101
Binary 10100010 11000000 10001100 10000 0 11011 11001 1011111 11101 1000001

Color Harmonies of #A2C08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C08C

Black with #A2C08C

Text Example


Text Example

White with #A2C08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C08C; }

 p { color: rgb(162,192,140); }

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

background-color css

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

 a { background-color: rgb(162,192,140); }

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

border-color css

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

 span { border-color: rgb(162,192,140); }

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