Html Css Color HEX #A8C494 Norway

📋 copy color: '#A8C494'

red 168 ◦ green 196 ◦ blue 148

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

Shades of Norway #A8C494

Tints of Norway #A8C494

RGB

 RED value IS 168 (66.02% from 255) = 32.81%

 GREEN value IS 196 (76.95% from 255) = 38.28%

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

R = 32.81%
G = 38.28%
B = 28.91%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#A8C494 (or 0xA8C494) is known color: Norway. HEX triplet: A8, C4 and 94. RGB value is (168,196,148). Sum of RGB (Red+Green+Blue) = 168+196+148=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 196 (76.95% from 255 or 38.28% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C494 is #573B6B. Grayscale: #B6B6B6. Windows color (decimal): -5716844 or 9749672. OLE color: 9749672.

HSL color Cylindrical-coordinate representation of color #A8C494: hue angle of 95º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8C494 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 196 148 -
CMYK 0.14 0 0.24 0.23
HSL 95º 0.29% 0.67% -
HSV(B) 95º 0.24% 0.77% -
XYZ 41.23 49.94 35.48 -
YUV 182.16 108.72 117.9 -
System Red Green Blue C M Y K H S L
Decimal 168 196 148 0.14 0 0.24 0.23 95 0.29 0.67
Hex A8 C4 94 E 0 18 17 5F 1D 43
Octal 250 304 224 16 0 30 27 137 35 103
Binary 10101000 11000100 10010100 1110 0 11000 10111 1011111 11101 1000011

Color Harmonies of #A8C494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C494

Black with #A8C494

Text Example


Text Example

White with #A8C494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C494; }

 p { color: rgb(168,196,148); }

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

background-color css

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

 a { background-color: rgb(168,196,148); }

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

border-color css

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

 span { border-color: rgb(168,196,148); }

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