Html Css Color HEX #A2C08D Norway

📋 copy color: '#A2C08D'

red 162 ◦ green 192 ◦ blue 141

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

Shades of Norway #A2C08D

Tints of Norway #A2C08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.48%

R = 32.73%
G = 38.79%
B = 28.48%

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

#A2C08D (or 0xA2C08D) is known color: Norway. HEX triplet: A2, C0 and 8D. RGB value is (162,192,141). Sum of RGB (Red+Green+Blue) = 162+192+141=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C08D is #5D3F72. Grayscale: #B1B1B1. Windows color (decimal): -6111091 or 9289890. OLE color: 9289890.

HSL color Cylindrical-coordinate representation of color #A2C08D: hue angle of 95.29º 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 #A2C08D is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 192 141 -
CMYK 0.16 0 0.27 0.25
HSL 95.29º 0.29% 0.65% -
HSV(B) 95.29º 0.27% 0.75% -
XYZ 38.56 47.3 32.3 -
YUV 177.22 107.56 117.15 -
System Red Green Blue C M Y K H S L
Decimal 162 192 141 0.16 0 0.27 0.25 95.29 0.29 0.65
Hex A2 C0 8D 10 0 1B 19 5F 1D 41
Octal 242 300 215 20 0 33 31 137 35 101
Binary 10100010 11000000 10001101 10000 0 11011 11001 1011111 11101 1000001

Color Harmonies of #A2C08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C08D

Black with #A2C08D

Text Example


Text Example

White with #A2C08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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