Html Css Color HEX #A8C68D Norway

📋 copy color: '#A8C68D'

red 168 ◦ green 198 ◦ blue 141

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

Shades of Norway #A8C68D

Tints of Norway #A8C68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.81%

R = 33.14%
G = 39.05%
B = 27.81%

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

#A8C68D (or 0xA8C68D) is known color: Norway. HEX triplet: A8, C6 and 8D. RGB value is (168,198,141). Sum of RGB (Red+Green+Blue) = 168+198+141=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 198 - color contains mainly: green. Hex color #A8C68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C68D is #573972. Grayscale: #B6B6B6. Windows color (decimal): -5716339 or 9291432. OLE color: 9291432.

HSL color Cylindrical-coordinate representation of color #A8C68D: hue angle of 91.58º degrees, saturation: 0.33, 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 #A8C68D is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 198 141 -
CMYK 0.15 0 0.29 0.22
HSL 91.58º 0.33% 0.66% -
HSV(B) 91.58º 0.29% 0.78% -
XYZ 41.15 50.64 32.8 -
YUV 182.53 104.56 117.63 -
System Red Green Blue C M Y K H S L
Decimal 168 198 141 0.15 0 0.29 0.22 91.58 0.33 0.66
Hex A8 C6 8D F 0 1D 16 5C 21 42
Octal 250 306 215 17 0 35 26 134 41 102
Binary 10101000 11000110 10001101 1111 0 11101 10110 1011100 100001 1000010

Color Harmonies of #A8C68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C68D

Black with #A8C68D

Text Example


Text Example

White with #A8C68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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