Html Css Color HEX #A8C094 Norway

📋 copy color: '#A8C094'

red 168 ◦ green 192 ◦ blue 148

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

Shades of Norway #A8C094

Tints of Norway #A8C094

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.8%

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

R = 33.07%
G = 37.8%
B = 29.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#A8C094 (or 0xA8C094) is known color: Norway. HEX triplet: A8, C0 and 94. RGB value is (168,192,148). Sum of RGB (Red+Green+Blue) = 168+192+148=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C094 is #573F6B. Grayscale: #B3B3B3. Windows color (decimal): -5717868 or 9748648. OLE color: 9748648.

HSL color Cylindrical-coordinate representation of color #A8C094: hue angle of 92.73º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8C094 is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 192 148 -
CMYK 0.12 0 0.23 0.25
HSL 92.73º 0.26% 0.67% -
HSV(B) 92.73º 0.23% 0.75% -
XYZ 40.34 48.16 35.19 -
YUV 179.81 110.05 119.58 -
System Red Green Blue C M Y K H S L
Decimal 168 192 148 0.12 0 0.23 0.25 92.73 0.26 0.67
Hex A8 C0 94 C 0 17 19 5D 1A 43
Octal 250 300 224 14 0 27 31 135 32 103
Binary 10101000 11000000 10010100 1100 0 10111 11001 1011101 11010 1000011

Color Harmonies of #A8C094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C094

Black with #A8C094

Text Example


Text Example

White with #A8C094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C094; }

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

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

background-color css

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

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

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

border-color css

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

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

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