Html Css Color HEX #A8C78B Norway

📋 copy color: '#A8C78B'

red 168 ◦ green 199 ◦ blue 139

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

Shades of Norway #A8C78B

Tints of Norway #A8C78B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.33%

 BLUE value IS 139 (54.69% from 255) = 27.47%

R = 33.2%
G = 39.33%
B = 27.47%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#A8C78B (or 0xA8C78B) is known color: Norway. HEX triplet: A8, C7 and 8B. RGB value is (168,199,139). Sum of RGB (Red+Green+Blue) = 168+199+139=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C78B is #573874. Grayscale: #B7B7B7. Windows color (decimal): -5716085 or 9160616. OLE color: 9160616.

HSL color Cylindrical-coordinate representation of color #A8C78B: hue angle of 91º degrees, saturation: 0.35, 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 #A8C78B is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 199 139 -
CMYK 0.16 0 0.30 0.22
HSL 91º 0.35% 0.66% -
HSV(B) 91º 0.3% 0.78% -
XYZ 41.23 51.04 32.1 -
YUV 182.89 103.23 117.38 -
System Red Green Blue C M Y K H S L
Decimal 168 199 139 0.16 0 0.30 0.22 91 0.35 0.66
Hex A8 C7 8B 10 0 1E 16 5B 23 42
Octal 250 307 213 20 0 36 26 133 43 102
Binary 10101000 11000111 10001011 10000 0 11110 10110 1011011 100011 1000010

Color Harmonies of #A8C78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C78B

Black with #A8C78B

Text Example


Text Example

White with #A8C78B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C78B; }

 p { color: rgb(168,199,139); }

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

background-color css

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

 a { background-color: rgb(168,199,139); }

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

border-color css

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

 span { border-color: rgb(168,199,139); }

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