Html Css Color HEX #A6C394 Norway

📋 copy color: '#A6C394'

red 166 ◦ green 195 ◦ blue 148

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

Shades of Norway #A6C394

Tints of Norway #A6C394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.08%

R = 32.61%
G = 38.31%
B = 29.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#A6C394 (or 0xA6C394) is known color: Norway. HEX triplet: A6, C3 and 94. RGB value is (166,195,148). Sum of RGB (Red+Green+Blue) = 166+195+148=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 195 (76.56% from 255 or 38.31% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C394 is #593C6B. Grayscale: #B5B5B5. Windows color (decimal): -5848172 or 9749414. OLE color: 9749414.

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

Color convert

RGB 166 195 148 -
CMYK 0.15 0 0.24 0.24
HSL 97.02º 0.28% 0.67% -
HSV(B) 97.02º 0.24% 0.76% -
XYZ 40.59 49.28 35.39 -
YUV 180.97 109.39 117.32 -
System Red Green Blue C M Y K H S L
Decimal 166 195 148 0.15 0 0.24 0.24 97.02 0.28 0.67
Hex A6 C3 94 F 0 18 18 61 1C 43
Octal 246 303 224 17 0 30 30 141 34 103
Binary 10100110 11000011 10010100 1111 0 11000 11000 1100001 11100 1000011

Color Harmonies of #A6C394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C394

Black with #A6C394

Text Example


Text Example

White with #A6C394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C394; }

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

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

background-color css

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

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

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

border-color css

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

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

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