Html Css Color HEX #A5C48F Norway

📋 copy color: '#A5C48F'

red 165 ◦ green 196 ◦ blue 143

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

Shades of Norway #A5C48F

Tints of Norway #A5C48F

RGB

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

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

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

R = 32.74%
G = 38.89%
B = 28.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#A5C48F (or 0xA5C48F) is known color: Norway. HEX triplet: A5, C4 and 8F. RGB value is (165,196,143). Sum of RGB (Red+Green+Blue) = 165+196+143=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C48F is #5A3B70. Grayscale: #B4B4B4. Windows color (decimal): -5913457 or 9421989. OLE color: 9421989.

HSL color Cylindrical-coordinate representation of color #A5C48F: hue angle of 95.09º 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 #A5C48F is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 196 143 -
CMYK 0.16 0 0.27 0.23
HSL 95.09º 0.31% 0.66% -
HSV(B) 95.09º 0.27% 0.77% -
XYZ 40.21 49.46 33.41 -
YUV 180.69 106.73 116.81 -
System Red Green Blue C M Y K H S L
Decimal 165 196 143 0.16 0 0.27 0.23 95.09 0.31 0.66
Hex A5 C4 8F 10 0 1B 17 5F 1F 42
Octal 245 304 217 20 0 33 27 137 37 102
Binary 10100101 11000100 10001111 10000 0 11011 10111 1011111 11111 1000010

Color Harmonies of #A5C48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C48F

Black with #A5C48F

Text Example


Text Example

White with #A5C48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C48F; }

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

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

background-color css

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

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

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

border-color css

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

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

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