Html Css Color HEX #A7C08D Norway

📋 copy color: '#A7C08D'

red 167 ◦ green 192 ◦ blue 141

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

Shades of Norway #A7C08D

Tints of Norway #A7C08D

RGB

 RED value IS 167 (65.63% from 255) = 33.4%

 GREEN value IS 192 (75.39% from 255) = 38.4%

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

R = 33.4%
G = 38.4%
B = 28.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#A7C08D (or 0xA7C08D) is known color: Norway. HEX triplet: A7, C0 and 8D. RGB value is (167,192,141). Sum of RGB (Red+Green+Blue) = 167+192+141=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #A7C08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C08D is #583F72. Grayscale: #B2B2B2. Windows color (decimal): -5783411 or 9289895. OLE color: 9289895.

HSL color Cylindrical-coordinate representation of color #A7C08D: hue angle of 89.41º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A7C08D is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 167 192 141 -
CMYK 0.13 0 0.27 0.25
HSL 89.41º 0.29% 0.65% -
HSV(B) 89.41º 0.27% 0.75% -
XYZ 39.59 47.84 32.35 -
YUV 178.71 106.72 119.65 -
System Red Green Blue C M Y K H S L
Decimal 167 192 141 0.13 0 0.27 0.25 89.41 0.29 0.65
Hex A7 C0 8D D 0 1B 19 59 1D 41
Octal 247 300 215 15 0 33 31 131 35 101
Binary 10100111 11000000 10001101 1101 0 11011 11001 1011001 11101 1000001

Color Harmonies of #A7C08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C08D

Black with #A7C08D

Text Example


Text Example

White with #A7C08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C08D; }

 p { color: rgb(167,192,141); }

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

background-color css

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

 a { background-color: rgb(167,192,141); }

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

border-color css

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

 span { border-color: rgb(167,192,141); }

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