Html Css Color HEX #A5C390 Norway

📋 copy color: '#A5C390'

red 165 ◦ green 195 ◦ blue 144

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

Shades of Norway #A5C390

Tints of Norway #A5C390

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.69%

 BLUE value IS 144 (56.64% from 255) = 28.57%

R = 32.74%
G = 38.69%
B = 28.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#A5C390 (or 0xA5C390) is known color: Norway. HEX triplet: A5, C3 and 90. RGB value is (165,195,144). Sum of RGB (Red+Green+Blue) = 165+195+144=504 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.74% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C390 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C390 is #5A3C6F. Grayscale: #B4B4B4. Windows color (decimal): -5913712 or 9487269. OLE color: 9487269.

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

Color convert

RGB 165 195 144 -
CMYK 0.15 0 0.26 0.24
HSL 95.29º 0.3% 0.66% -
HSV(B) 95.29º 0.26% 0.76% -
XYZ 40.07 49.04 33.74 -
YUV 180.22 107.56 117.15 -
System Red Green Blue C M Y K H S L
Decimal 165 195 144 0.15 0 0.26 0.24 95.29 0.3 0.66
Hex A5 C3 90 F 0 1A 18 5F 1E 42
Octal 245 303 220 17 0 32 30 137 36 102
Binary 10100101 11000011 10010000 1111 0 11010 11000 1011111 11110 1000010

Color Harmonies of #A5C390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C390

Black with #A5C390

Text Example


Text Example

White with #A5C390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C390; }

 p { color: rgb(165,195,144); }

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

background-color css

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

 a { background-color: rgb(165,195,144); }

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

border-color css

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

 span { border-color: rgb(165,195,144); }

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