Html Css Color HEX #A4C28E Norway

📋 copy color: '#A4C28E'

red 164 ◦ green 194 ◦ blue 142

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

Shades of Norway #A4C28E

Tints of Norway #A4C28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.4%

R = 32.8%
G = 38.8%
B = 28.4%

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

#A4C28E (or 0xA4C28E) is known color: Norway. HEX triplet: A4, C2 and 8E. RGB value is (164,194,142). Sum of RGB (Red+Green+Blue) = 164+194+142=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C28E is #5B3D71. Grayscale: #B3B3B3. Windows color (decimal): -5979506 or 9355940. OLE color: 9355940.

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

Color convert

RGB 164 194 142 -
CMYK 0.15 0 0.27 0.24
HSL 94.62º 0.3% 0.66% -
HSV(B) 94.62º 0.27% 0.76% -
XYZ 39.48 48.43 32.86 -
YUV 179.1 107.06 117.23 -
System Red Green Blue C M Y K H S L
Decimal 164 194 142 0.15 0 0.27 0.24 94.62 0.3 0.66
Hex A4 C2 8E F 0 1B 18 5F 1E 42
Octal 244 302 216 17 0 33 30 137 36 102
Binary 10100100 11000010 10001110 1111 0 11011 11000 1011111 11110 1000010

Color Harmonies of #A4C28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C28E

Black with #A4C28E

Text Example


Text Example

White with #A4C28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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