Html Css Color HEX #A8C395 Norway

📋 copy color: '#A8C395'

red 168 ◦ green 195 ◦ blue 149

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

Shades of Norway #A8C395

Tints of Norway #A8C395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.1%

R = 32.81%
G = 38.09%
B = 29.1%

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

#A8C395 (or 0xA8C395) is known color: Norway. HEX triplet: A8, C3 and 95. RGB value is (168,195,149). Sum of RGB (Red+Green+Blue) = 168+195+149=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 149 (58.59% from 255 or 29.10% from 512); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C395 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C395 is #573C6A. Grayscale: #B5B5B5. Windows color (decimal): -5717099 or 9814952. OLE color: 9814952.

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

Color convert

RGB 168 195 149 -
CMYK 0.14 0 0.24 0.24
HSL 95.22º 0.28% 0.67% -
HSV(B) 95.22º 0.24% 0.76% -
XYZ 41.09 49.52 35.83 -
YUV 181.68 109.55 118.24 -
System Red Green Blue C M Y K H S L
Decimal 168 195 149 0.14 0 0.24 0.24 95.22 0.28 0.67
Hex A8 C3 95 E 0 18 18 5F 1C 43
Octal 250 303 225 16 0 30 30 137 34 103
Binary 10101000 11000011 10010101 1110 0 11000 11000 1011111 11100 1000011

Color Harmonies of #A8C395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C395

Black with #A8C395

Text Example


Text Example

White with #A8C395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C395; }

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

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

background-color css

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

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

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

border-color css

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

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

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