Html Css Color HEX #A4C290 Norway

📋 copy color: '#A4C290'

red 164 ◦ green 194 ◦ blue 144

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

Shades of Norway #A4C290

Tints of Norway #A4C290

RGB

 RED value IS 164 (64.45% from 255) = 32.67%

 GREEN value IS 194 (76.17% from 255) = 38.65%

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

R = 32.67%
G = 38.65%
B = 28.69%

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

#A4C290 (or 0xA4C290) is known color: Norway. HEX triplet: A4, C2 and 90. RGB value is (164,194,144). Sum of RGB (Red+Green+Blue) = 164+194+144=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C290 is #5B3D6F. Grayscale: #B3B3B3. Windows color (decimal): -5979504 or 9487012. OLE color: 9487012.

HSL color Cylindrical-coordinate representation of color #A4C290: hue angle of 96º degrees, saturation: 0.29, 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 #A4C290 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 194 144 -
CMYK 0.15 0 0.26 0.24
HSL 96º 0.29% 0.66% -
HSV(B) 96º 0.26% 0.76% -
XYZ 39.64 48.49 33.66 -
YUV 179.33 108.06 117.07 -
System Red Green Blue C M Y K H S L
Decimal 164 194 144 0.15 0 0.26 0.24 96 0.29 0.66
Hex A4 C2 90 F 0 1A 18 60 1D 42
Octal 244 302 220 17 0 32 30 140 35 102
Binary 10100100 11000010 10010000 1111 0 11010 11000 1100000 11101 1000010

Color Harmonies of #A4C290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C290

Black with #A4C290

Text Example


Text Example

White with #A4C290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C290; }

 p { color: rgb(164,194,144); }

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

background-color css

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

 a { background-color: rgb(164,194,144); }

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

border-color css

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

 span { border-color: rgb(164,194,144); }

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