Html Css Color HEX #A8C288 Norway

📋 copy color: '#A8C288'

red 168 ◦ green 194 ◦ blue 136

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

Shades of Norway #A8C288

Tints of Norway #A8C288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.31%

R = 33.73%
G = 38.96%
B = 27.31%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#A8C288 (or 0xA8C288) is known color: Norway. HEX triplet: A8, C2 and 88. RGB value is (168,194,136). Sum of RGB (Red+Green+Blue) = 168+194+136=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C288 is #573D77. Grayscale: #B3B3B3. Windows color (decimal): -5717368 or 8962728. OLE color: 8962728.

HSL color Cylindrical-coordinate representation of color #A8C288: hue angle of 86.9º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8C288 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 194 136 -
CMYK 0.13 0 0.30 0.24
HSL 86.9º 0.32% 0.65% -
HSV(B) 86.9º 0.3% 0.76% -
XYZ 39.88 48.69 30.59 -
YUV 179.61 103.39 119.72 -
System Red Green Blue C M Y K H S L
Decimal 168 194 136 0.13 0 0.30 0.24 86.9 0.32 0.65
Hex A8 C2 88 D 0 1E 18 57 20 41
Octal 250 302 210 15 0 36 30 127 40 101
Binary 10101000 11000010 10001000 1101 0 11110 11000 1010111 100000 1000001

Color Harmonies of #A8C288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C288

Black with #A8C288

Text Example


Text Example

White with #A8C288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C288; }

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

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

background-color css

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

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

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

border-color css

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

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

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