Html Css Color HEX #A0C289 Norway

📋 copy color: '#A0C289'

red 160 ◦ green 194 ◦ blue 137

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

Shades of Norway #A0C289

Tints of Norway #A0C289

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.51%

 BLUE value IS 137 (53.91% from 255) = 27.9%

R = 32.59%
G = 39.51%
B = 27.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#A0C289 (or 0xA0C289) is known color: Norway. HEX triplet: A0, C2 and 89. RGB value is (160,194,137). Sum of RGB (Red+Green+Blue) = 160+194+137=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C289 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C289 is #5F3D76. Grayscale: #B1B1B1. Windows color (decimal): -6241655 or 9028256. OLE color: 9028256.

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

Color convert

RGB 160 194 137 -
CMYK 0.18 0 0.29 0.24
HSL 95.79º 0.32% 0.65% -
HSV(B) 95.79º 0.29% 0.76% -
XYZ 38.3 47.86 30.89 -
YUV 177.34 105.24 115.63 -
System Red Green Blue C M Y K H S L
Decimal 160 194 137 0.18 0 0.29 0.24 95.79 0.32 0.65
Hex A0 C2 89 12 0 1D 18 60 20 41
Octal 240 302 211 22 0 35 30 140 40 101
Binary 10100000 11000010 10001001 10010 0 11101 11000 1100000 100000 1000001

Color Harmonies of #A0C289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C289

Black with #A0C289

Text Example


Text Example

White with #A0C289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C289; }

 p { color: rgb(160,194,137); }

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

background-color css

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

 a { background-color: rgb(160,194,137); }

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

border-color css

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

 span { border-color: rgb(160,194,137); }

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