Html Css Color HEX #A8C28D Norway

📋 copy color: '#A8C28D'

red 168 ◦ green 194 ◦ blue 141

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

Shades of Norway #A8C28D

Tints of Norway #A8C28D

RGB

 RED value IS 168 (66.02% from 255) = 33.4%

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

 BLUE value IS 141 (55.47% from 255) = 28.03%

R = 33.4%
G = 38.57%
B = 28.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#A8C28D (or 0xA8C28D) is known color: Norway. HEX triplet: A8, C2 and 8D. RGB value is (168,194,141). Sum of RGB (Red+Green+Blue) = 168+194+141=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C28D is #573D72. Grayscale: #B4B4B4. Windows color (decimal): -5717363 or 9290408. OLE color: 9290408.

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

Color convert

RGB 168 194 141 -
CMYK 0.13 0 0.27 0.24
HSL 89.43º 0.3% 0.66% -
HSV(B) 89.43º 0.27% 0.76% -
XYZ 40.25 48.83 32.5 -
YUV 180.18 105.89 119.31 -
System Red Green Blue C M Y K H S L
Decimal 168 194 141 0.13 0 0.27 0.24 89.43 0.3 0.66
Hex A8 C2 8D D 0 1B 18 59 1E 42
Octal 250 302 215 15 0 33 30 131 36 102
Binary 10101000 11000010 10001101 1101 0 11011 11000 1011001 11110 1000010

Color Harmonies of #A8C28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C28D

Black with #A8C28D

Text Example


Text Example

White with #A8C28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C28D; }

 p { color: rgb(168,194,141); }

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

background-color css

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

 a { background-color: rgb(168,194,141); }

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

border-color css

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

 span { border-color: rgb(168,194,141); }

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