Html Css Color HEX #A0C28D Norway

📋 copy color: '#A0C28D'

red 160 ◦ green 194 ◦ blue 141

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

Shades of Norway #A0C28D

Tints of Norway #A0C28D

RGB

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

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

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

R = 32.32%
G = 39.19%
B = 28.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#A0C28D (or 0xA0C28D) is known color: Norway. HEX triplet: A0, C2 and 8D. RGB value is (160,194,141). Sum of RGB (Red+Green+Blue) = 160+194+141=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C28D is #5F3D72. Grayscale: #B1B1B1. Windows color (decimal): -6241651 or 9290400. OLE color: 9290400.

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

Color convert

RGB 160 194 141 -
CMYK 0.18 0 0.27 0.24
HSL 98.49º 0.3% 0.66% -
HSV(B) 98.49º 0.27% 0.76% -
XYZ 38.6 47.98 32.43 -
YUV 177.79 107.24 115.31 -
System Red Green Blue C M Y K H S L
Decimal 160 194 141 0.18 0 0.27 0.24 98.49 0.3 0.66
Hex A0 C2 8D 12 0 1B 18 62 1E 42
Octal 240 302 215 22 0 33 30 142 36 102
Binary 10100000 11000010 10001101 10010 0 11011 11000 1100010 11110 1000010

Color Harmonies of #A0C28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C28D

Black with #A0C28D

Text Example


Text Example

White with #A0C28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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