Html Css Color HEX #A2C38A Norway

📋 copy color: '#A2C38A'

red 162 ◦ green 195 ◦ blue 138

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

Shades of Norway #A2C38A

Tints of Norway #A2C38A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.39%

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

R = 32.73%
G = 39.39%
B = 27.88%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#A2C38A (or 0xA2C38A) is known color: Norway. HEX triplet: A2, C3 and 8A. RGB value is (162,195,138). Sum of RGB (Red+Green+Blue) = 162+195+138=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C38A is #5D3C75. Grayscale: #B2B2B2. Windows color (decimal): -6110326 or 9094050. OLE color: 9094050.

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

Color convert

RGB 162 195 138 -
CMYK 0.17 0 0.29 0.24
HSL 94.74º 0.32% 0.65% -
HSV(B) 94.74º 0.29% 0.76% -
XYZ 39 48.55 31.36 -
YUV 178.64 105.07 116.13 -
System Red Green Blue C M Y K H S L
Decimal 162 195 138 0.17 0 0.29 0.24 94.74 0.32 0.65
Hex A2 C3 8A 11 0 1D 18 5F 20 41
Octal 242 303 212 21 0 35 30 137 40 101
Binary 10100010 11000011 10001010 10001 0 11101 11000 1011111 100000 1000001

Color Harmonies of #A2C38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C38A

Black with #A2C38A

Text Example


Text Example

White with #A2C38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C38A; }

 p { color: rgb(162,195,138); }

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

background-color css

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

 a { background-color: rgb(162,195,138); }

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

border-color css

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

 span { border-color: rgb(162,195,138); }

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