Html Css Color HEX #A0C088 Norway

📋 copy color: '#A0C088'

red 160 ◦ green 192 ◦ blue 136

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

Shades of Norway #A0C088

Tints of Norway #A0C088

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.34%

 BLUE value IS 136 (53.52% from 255) = 27.87%

R = 32.79%
G = 39.34%
B = 27.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#A0C088 (or 0xA0C088) is known color: Norway. HEX triplet: A0, C0 and 88. RGB value is (160,192,136). Sum of RGB (Red+Green+Blue) = 160+192+136=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C088 is #5F3F77. Grayscale: #B0B0B0. Windows color (decimal): -6242168 or 8962208. OLE color: 8962208.

HSL color Cylindrical-coordinate representation of color #A0C088: hue angle of 94.29º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0C088 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 192 136 -
CMYK 0.17 0 0.29 0.25
HSL 94.29º 0.31% 0.64% -
HSV(B) 94.29º 0.29% 0.75% -
XYZ 37.79 46.95 30.36 -
YUV 176.05 105.4 116.55 -
System Red Green Blue C M Y K H S L
Decimal 160 192 136 0.17 0 0.29 0.25 94.29 0.31 0.64
Hex A0 C0 88 11 0 1D 19 5E 1F 40
Octal 240 300 210 21 0 35 31 136 37 100
Binary 10100000 11000000 10001000 10001 0 11101 11001 1011110 11111 1000000

Color Harmonies of #A0C088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C088

Black with #A0C088

Text Example


Text Example

White with #A0C088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C088; }

 p { color: rgb(160,192,136); }

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

background-color css

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

 a { background-color: rgb(160,192,136); }

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

border-color css

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

 span { border-color: rgb(160,192,136); }

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