Html Css Color HEX #A8C68C Norway

📋 copy color: '#A8C68C'

red 168 ◦ green 198 ◦ blue 140

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

Shades of Norway #A8C68C

Tints of Norway #A8C68C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.13%

 BLUE value IS 140 (55.08% from 255) = 27.67%

R = 33.2%
G = 39.13%
B = 27.67%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#A8C68C (or 0xA8C68C) is known color: Norway. HEX triplet: A8, C6 and 8C. RGB value is (168,198,140). Sum of RGB (Red+Green+Blue) = 168+198+140=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C68C is #573973. Grayscale: #B6B6B6. Windows color (decimal): -5716340 or 9225896. OLE color: 9225896.

HSL color Cylindrical-coordinate representation of color #A8C68C: hue angle of 91.03º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8C68C is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 198 140 -
CMYK 0.15 0 0.29 0.22
HSL 91.03º 0.34% 0.66% -
HSV(B) 91.03º 0.29% 0.78% -
XYZ 41.08 50.61 32.41 -
YUV 182.42 104.06 117.72 -
System Red Green Blue C M Y K H S L
Decimal 168 198 140 0.15 0 0.29 0.22 91.03 0.34 0.66
Hex A8 C6 8C F 0 1D 16 5B 22 42
Octal 250 306 214 17 0 35 26 133 42 102
Binary 10101000 11000110 10001100 1111 0 11101 10110 1011011 100010 1000010

Color Harmonies of #A8C68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C68C

Black with #A8C68C

Text Example


Text Example

White with #A8C68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C68C; }

 p { color: rgb(168,198,140); }

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

background-color css

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

 a { background-color: rgb(168,198,140); }

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

border-color css

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

 span { border-color: rgb(168,198,140); }

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