Html Css Color HEX #A8C88A Norway

📋 copy color: '#A8C88A'

red 168 ◦ green 200 ◦ blue 138

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

Shades of Norway #A8C88A

Tints of Norway #A8C88A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.53%

 BLUE value IS 138 (54.3% from 255) = 27.27%

R = 33.2%
G = 39.53%
B = 27.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#A8C88A (or 0xA8C88A) is known color: Norway. HEX triplet: A8, C8 and 8A. RGB value is (168,200,138). Sum of RGB (Red+Green+Blue) = 168+200+138=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C88A is #573775. Grayscale: #B7B7B7. Windows color (decimal): -5715830 or 9095336. OLE color: 9095336.

HSL color Cylindrical-coordinate representation of color #A8C88A: hue angle of 90.97º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8C88A is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 200 138 -
CMYK 0.16 0 0.31 0.22
HSL 90.97º 0.36% 0.66% -
HSV(B) 90.97º 0.31% 0.78% -
XYZ 41.39 51.47 31.8 -
YUV 183.36 102.4 117.04 -
System Red Green Blue C M Y K H S L
Decimal 168 200 138 0.16 0 0.31 0.22 90.97 0.36 0.66
Hex A8 C8 8A 10 0 1F 16 5B 24 42
Octal 250 310 212 20 0 37 26 133 44 102
Binary 10101000 11001000 10001010 10000 0 11111 10110 1011011 100100 1000010

Color Harmonies of #A8C88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C88A

Black with #A8C88A

Text Example


Text Example

White with #A8C88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C88A; }

 p { color: rgb(168,200,138); }

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

background-color css

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

 a { background-color: rgb(168,200,138); }

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

border-color css

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

 span { border-color: rgb(168,200,138); }

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