Html Css Color HEX #A2C588 Norway

📋 copy color: '#A2C588'

red 162 ◦ green 197 ◦ blue 136

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

Shades of Norway #A2C588

Tints of Norway #A2C588

RGB

 RED value IS 162 (63.67% from 255) = 32.73%

 GREEN value IS 197 (77.34% from 255) = 39.8%

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

R = 32.73%
G = 39.8%
B = 27.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#A2C588 (or 0xA2C588) is known color: Norway. HEX triplet: A2, C5 and 88. RGB value is (162,197,136). Sum of RGB (Red+Green+Blue) = 162+197+136=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C588 is #5D3A77. Grayscale: #B3B3B3. Windows color (decimal): -6109816 or 8963490. OLE color: 8963490.

HSL color Cylindrical-coordinate representation of color #A2C588: hue angle of 94.43º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2C588 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 197 136 -
CMYK 0.18 0 0.31 0.23
HSL 94.43º 0.34% 0.65% -
HSV(B) 94.43º 0.31% 0.77% -
XYZ 39.31 49.39 30.75 -
YUV 179.58 103.4 115.46 -
System Red Green Blue C M Y K H S L
Decimal 162 197 136 0.18 0 0.31 0.23 94.43 0.34 0.65
Hex A2 C5 88 12 0 1F 17 5E 22 41
Octal 242 305 210 22 0 37 27 136 42 101
Binary 10100010 11000101 10001000 10010 0 11111 10111 1011110 100010 1000001

Color Harmonies of #A2C588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C588

Black with #A2C588

Text Example


Text Example

White with #A2C588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C588; }

 p { color: rgb(162,197,136); }

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

background-color css

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

 a { background-color: rgb(162,197,136); }

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

border-color css

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

 span { border-color: rgb(162,197,136); }

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