Html Css Color HEX #A0C182 Norway

📋 copy color: '#A0C182'

red 160 ◦ green 193 ◦ blue 130

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

Shades of Norway #A0C182

Tints of Norway #A0C182

RGB

 RED value IS 160 (62.89% from 255) = 33.13%

 GREEN value IS 193 (75.78% from 255) = 39.96%

 BLUE value IS 130 (51.17% from 255) = 26.92%

R = 33.13%
G = 39.96%
B = 26.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#A0C182 (or 0xA0C182) is known color: Norway. HEX triplet: A0, C1 and 82. RGB value is (160,193,130). Sum of RGB (Red+Green+Blue) = 160+193+130=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C182 is #5F3E7D. Grayscale: #B0B0B0. Windows color (decimal): -6241918 or 8569248. OLE color: 8569248.

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

Color convert

RGB 160 193 130 -
CMYK 0.17 0 0.33 0.24
HSL 91.43º 0.34% 0.63% -
HSV(B) 91.43º 0.33% 0.76% -
XYZ 37.6 47.23 28.25 -
YUV 175.95 102.07 116.62 -
System Red Green Blue C M Y K H S L
Decimal 160 193 130 0.17 0 0.33 0.24 91.43 0.34 0.63
Hex A0 C1 82 11 0 21 18 5B 22 3F
Octal 240 301 202 21 0 41 30 133 42 77
Binary 10100000 11000001 10000010 10001 0 100001 11000 1011011 100010 111111

Color Harmonies of #A0C182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C182

Black with #A0C182

Text Example


Text Example

White with #A0C182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C182; }

 p { color: rgb(160,193,130); }

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

background-color css

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

 a { background-color: rgb(160,193,130); }

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

border-color css

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

 span { border-color: rgb(160,193,130); }

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