Html Css Color HEX #A8C48F Norway

📋 copy color: '#A8C48F'

red 168 ◦ green 196 ◦ blue 143

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

Shades of Norway #A8C48F

Tints of Norway #A8C48F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.66%

 BLUE value IS 143 (56.25% from 255) = 28.21%

R = 33.14%
G = 38.66%
B = 28.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#A8C48F (or 0xA8C48F) is known color: Norway. HEX triplet: A8, C4 and 8F. RGB value is (168,196,143). Sum of RGB (Red+Green+Blue) = 168+196+143=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C48F is #573B70. Grayscale: #B5B5B5. Windows color (decimal): -5716849 or 9421992. OLE color: 9421992.

HSL color Cylindrical-coordinate representation of color #A8C48F: hue angle of 91.7º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8C48F is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 196 143 -
CMYK 0.14 0 0.27 0.23
HSL 91.7º 0.31% 0.66% -
HSV(B) 91.7º 0.27% 0.77% -
XYZ 40.85 49.79 33.44 -
YUV 181.59 106.22 118.31 -
System Red Green Blue C M Y K H S L
Decimal 168 196 143 0.14 0 0.27 0.23 91.7 0.31 0.66
Hex A8 C4 8F E 0 1B 17 5C 1F 42
Octal 250 304 217 16 0 33 27 134 37 102
Binary 10101000 11000100 10001111 1110 0 11011 10111 1011100 11111 1000010

Color Harmonies of #A8C48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C48F

Black with #A8C48F

Text Example


Text Example

White with #A8C48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C48F; }

 p { color: rgb(168,196,143); }

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

background-color css

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

 a { background-color: rgb(168,196,143); }

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

border-color css

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

 span { border-color: rgb(168,196,143); }

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