Html Css Color HEX #A8C08A Norway

📋 copy color: '#A8C08A'

red 168 ◦ green 192 ◦ blue 138

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

Shades of Norway #A8C08A

Tints of Norway #A8C08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.71%

R = 33.73%
G = 38.55%
B = 27.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#A8C08A (or 0xA8C08A) is known color: Norway. HEX triplet: A8, C0 and 8A. RGB value is (168,192,138). Sum of RGB (Red+Green+Blue) = 168+192+138=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C08A is #573F75. Grayscale: #B2B2B2. Windows color (decimal): -5717878 or 9093288. OLE color: 9093288.

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

Color convert

RGB 168 192 138 -
CMYK 0.12 0 0.28 0.25
HSL 86.67º 0.3% 0.65% -
HSV(B) 86.67º 0.28% 0.75% -
XYZ 39.59 47.86 31.2 -
YUV 178.67 105.05 120.39 -
System Red Green Blue C M Y K H S L
Decimal 168 192 138 0.12 0 0.28 0.25 86.67 0.3 0.65
Hex A8 C0 8A C 0 1C 19 57 1E 41
Octal 250 300 212 14 0 34 31 127 36 101
Binary 10101000 11000000 10001010 1100 0 11100 11001 1010111 11110 1000001

Color Harmonies of #A8C08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C08A

Black with #A8C08A

Text Example


Text Example

White with #A8C08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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