Html Css Color HEX #A8C394 Norway

📋 copy color: '#A8C394'

red 168 ◦ green 195 ◦ blue 148

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

Shades of Norway #A8C394

Tints of Norway #A8C394

RGB

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

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

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

R = 32.88%
G = 38.16%
B = 28.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#A8C394 (or 0xA8C394) is known color: Norway. HEX triplet: A8, C3 and 94. RGB value is (168,195,148). Sum of RGB (Red+Green+Blue) = 168+195+148=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C394 is #573C6B. Grayscale: #B5B5B5. Windows color (decimal): -5717100 or 9749416. OLE color: 9749416.

HSL color Cylindrical-coordinate representation of color #A8C394: hue angle of 94.47º 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 #A8C394 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 195 148 -
CMYK 0.14 0 0.24 0.24
HSL 94.47º 0.28% 0.67% -
HSV(B) 94.47º 0.24% 0.76% -
XYZ 41.01 49.49 35.41 -
YUV 181.57 109.05 118.32 -
System Red Green Blue C M Y K H S L
Decimal 168 195 148 0.14 0 0.24 0.24 94.47 0.28 0.67
Hex A8 C3 94 E 0 18 18 5E 1C 43
Octal 250 303 224 16 0 30 30 136 34 103
Binary 10101000 11000011 10010100 1110 0 11000 11000 1011110 11100 1000011

Color Harmonies of #A8C394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C394

Black with #A8C394

Text Example


Text Example

White with #A8C394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C394; }

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

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

background-color css

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

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

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

border-color css

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

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

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