Html Css Color HEX #A0C382 Norway

📋 copy color: '#A0C382'

red 160 ◦ green 195 ◦ blue 130

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

Shades of Norway #A0C382

Tints of Norway #A0C382

RGB

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

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

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

R = 32.99%
G = 40.21%
B = 26.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#A0C382 (or 0xA0C382) is known color: Norway. HEX triplet: A0, C3 and 82. RGB value is (160,195,130). Sum of RGB (Red+Green+Blue) = 160+195+130=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 130 (51.17% from 255 or 26.80% from 485); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C382 is #5F3C7D. Grayscale: #B1B1B1. Windows color (decimal): -6241406 or 8569760. OLE color: 8569760.

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

Color convert

RGB 160 195 130 -
CMYK 0.18 0 0.33 0.24
HSL 92.31º 0.35% 0.64% -
HSV(B) 92.31º 0.33% 0.76% -
XYZ 38.04 48.12 28.4 -
YUV 177.13 101.4 115.79 -
System Red Green Blue C M Y K H S L
Decimal 160 195 130 0.18 0 0.33 0.24 92.31 0.35 0.64
Hex A0 C3 82 12 0 21 18 5C 23 40
Octal 240 303 202 22 0 41 30 134 43 100
Binary 10100000 11000011 10000010 10010 0 100001 11000 1011100 100011 1000000

Color Harmonies of #A0C382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C382

Black with #A0C382

Text Example


Text Example

White with #A0C382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C382; }

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

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

background-color css

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

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

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

border-color css

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

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

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