Html Css Color HEX #A5C18C Norway

📋 copy color: '#A5C18C'

red 165 ◦ green 193 ◦ blue 140

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

Shades of Norway #A5C18C

Tints of Norway #A5C18C

RGB

 RED value IS 165 (64.84% from 255) = 33.13%

 GREEN value IS 193 (75.78% from 255) = 38.76%

 BLUE value IS 140 (55.08% from 255) = 28.11%

R = 33.13%
G = 38.76%
B = 28.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#A5C18C (or 0xA5C18C) is known color: Norway. HEX triplet: A5, C1 and 8C. RGB value is (165,193,140). Sum of RGB (Red+Green+Blue) = 165+193+140=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C18C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C18C is #5A3E73. Grayscale: #B2B2B2. Windows color (decimal): -5914228 or 9224613. OLE color: 9224613.

HSL color Cylindrical-coordinate representation of color #A5C18C: hue angle of 91.7º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5C18C is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 165 193 140 -
CMYK 0.15 0 0.27 0.24
HSL 91.7º 0.3% 0.65% -
HSV(B) 91.7º 0.27% 0.76% -
XYZ 39.32 48.03 32.01 -
YUV 178.59 106.22 118.31 -
System Red Green Blue C M Y K H S L
Decimal 165 193 140 0.15 0 0.27 0.24 91.7 0.3 0.65
Hex A5 C1 8C F 0 1B 18 5C 1E 41
Octal 245 301 214 17 0 33 30 134 36 101
Binary 10100101 11000001 10001100 1111 0 11011 11000 1011100 11110 1000001

Color Harmonies of #A5C18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C18C

Black with #A5C18C

Text Example


Text Example

White with #A5C18C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C18C; }

 p { color: rgb(165,193,140); }

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

background-color css

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

 a { background-color: rgb(165,193,140); }

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

border-color css

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

 span { border-color: rgb(165,193,140); }

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