Html Css Color HEX #A6C390 Norway

📋 copy color: '#A6C390'

red 166 ◦ green 195 ◦ blue 144

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

Shades of Norway #A6C390

Tints of Norway #A6C390

RGB

 RED value IS 166 (65.23% from 255) = 32.87%

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

 BLUE value IS 144 (56.64% from 255) = 28.51%

R = 32.87%
G = 38.61%
B = 28.51%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#A6C390 (or 0xA6C390) is known color: Norway. HEX triplet: A6, C3 and 90. RGB value is (166,195,144). Sum of RGB (Red+Green+Blue) = 166+195+144=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C390 is #593C6F. Grayscale: #B4B4B4. Windows color (decimal): -5848176 or 9487270. OLE color: 9487270.

HSL color Cylindrical-coordinate representation of color #A6C390: hue angle of 94.12º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6C390 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 195 144 -
CMYK 0.15 0 0.26 0.24
HSL 94.12º 0.3% 0.66% -
HSV(B) 94.12º 0.26% 0.76% -
XYZ 40.28 49.15 33.75 -
YUV 180.52 107.39 117.65 -
System Red Green Blue C M Y K H S L
Decimal 166 195 144 0.15 0 0.26 0.24 94.12 0.3 0.66
Hex A6 C3 90 F 0 1A 18 5E 1E 42
Octal 246 303 220 17 0 32 30 136 36 102
Binary 10100110 11000011 10010000 1111 0 11010 11000 1011110 11110 1000010

Color Harmonies of #A6C390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C390

Black with #A6C390

Text Example


Text Example

White with #A6C390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C390; }

 p { color: rgb(166,195,144); }

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

background-color css

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

 a { background-color: rgb(166,195,144); }

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

border-color css

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

 span { border-color: rgb(166,195,144); }

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