Html Css Color HEX #A8C68A Norway

📋 copy color: '#A8C68A'

red 168 ◦ green 198 ◦ blue 138

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

Shades of Norway #A8C68A

Tints of Norway #A8C68A

RGB

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

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

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

R = 33.33%
G = 39.29%
B = 27.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#A8C68A (or 0xA8C68A) is known color: Norway. HEX triplet: A8, C6 and 8A. RGB value is (168,198,138). Sum of RGB (Red+Green+Blue) = 168+198+138=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 198 (77.73% from 255 or 39.29% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C68A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C68A is #573975. Grayscale: #B6B6B6. Windows color (decimal): -5716342 or 9094824. OLE color: 9094824.

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

Color convert

RGB 168 198 138 -
CMYK 0.15 0 0.30 0.22
HSL 90º 0.34% 0.66% -
HSV(B) 90º 0.3% 0.78% -
XYZ 40.93 50.55 31.64 -
YUV 182.19 103.06 117.88 -
System Red Green Blue C M Y K H S L
Decimal 168 198 138 0.15 0 0.30 0.22 90 0.34 0.66
Hex A8 C6 8A F 0 1E 16 5A 22 42
Octal 250 306 212 17 0 36 26 132 42 102
Binary 10101000 11000110 10001010 1111 0 11110 10110 1011010 100010 1000010

Color Harmonies of #A8C68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C68A

Black with #A8C68A

Text Example


Text Example

White with #A8C68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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