Html Css Color HEX #A0C28A Norway

📋 copy color: '#A0C28A'

red 160 ◦ green 194 ◦ blue 138

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

Shades of Norway #A0C28A

Tints of Norway #A0C28A

RGB

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

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

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

R = 32.52%
G = 39.43%
B = 28.05%

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

#A0C28A (or 0xA0C28A) is known color: Norway. HEX triplet: A0, C2 and 8A. RGB value is (160,194,138). Sum of RGB (Red+Green+Blue) = 160+194+138=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C28A is #5F3D75. Grayscale: #B1B1B1. Windows color (decimal): -6241654 or 9093792. OLE color: 9093792.

HSL color Cylindrical-coordinate representation of color #A0C28A: hue angle of 96.43º degrees, saturation: 0.31, 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 #A0C28A is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 194 138 -
CMYK 0.18 0 0.29 0.24
HSL 96.43º 0.31% 0.65% -
HSV(B) 96.43º 0.29% 0.76% -
XYZ 38.38 47.89 31.27 -
YUV 177.45 105.74 115.55 -
System Red Green Blue C M Y K H S L
Decimal 160 194 138 0.18 0 0.29 0.24 96.43 0.31 0.65
Hex A0 C2 8A 12 0 1D 18 60 1F 41
Octal 240 302 212 22 0 35 30 140 37 101
Binary 10100000 11000010 10001010 10010 0 11101 11000 1100000 11111 1000001

Color Harmonies of #A0C28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C28A

Black with #A0C28A

Text Example


Text Example

White with #A0C28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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