Html Css Color HEX #A0B78A Norway

📋 copy color: '#A0B78A'

red 160 ◦ green 183 ◦ blue 138

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

Shades of Norway #A0B78A

Tints of Norway #A0B78A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.05%

 BLUE value IS 138 (54.3% from 255) = 28.69%

R = 33.26%
G = 38.05%
B = 28.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#A0B78A (or 0xA0B78A) is known color: Norway. HEX triplet: A0, B7 and 8A. RGB value is (160,183,138). Sum of RGB (Red+Green+Blue) = 160+183+138=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 183 (71.88% from 255 or 38.05% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B78A is #5F4875. Grayscale: #ABABAB. Windows color (decimal): -6244470 or 9090976. OLE color: 9090976.

HSL color Cylindrical-coordinate representation of color #A0B78A: hue angle of 90.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0B78A is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 160 183 138 -
CMYK 0.13 0 0.25 0.28
HSL 90.67º 0.24% 0.63% -
HSV(B) 90.67º 0.25% 0.72% -
XYZ 36.02 43.18 30.48 -
YUV 170.99 109.38 120.16 -
System Red Green Blue C M Y K H S L
Decimal 160 183 138 0.13 0 0.25 0.28 90.67 0.24 0.63
Hex A0 B7 8A D 0 19 1C 5B 18 3F
Octal 240 267 212 15 0 31 34 133 30 77
Binary 10100000 10110111 10001010 1101 0 11001 11100 1011011 11000 111111

Color Harmonies of #A0B78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B78A

Black with #A0B78A

Text Example


Text Example

White with #A0B78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B78A; }

 p { color: rgb(160,183,138); }

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

background-color css

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

 a { background-color: rgb(160,183,138); }

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

border-color css

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

 span { border-color: rgb(160,183,138); }

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