Html Css Color HEX #A8C38D Norway

📋 copy color: '#A8C38D'

red 168 ◦ green 195 ◦ blue 141

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

Shades of Norway #A8C38D

Tints of Norway #A8C38D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.69%

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

R = 33.33%
G = 38.69%
B = 27.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#A8C38D (or 0xA8C38D) is known color: Norway. HEX triplet: A8, C3 and 8D. RGB value is (168,195,141). Sum of RGB (Red+Green+Blue) = 168+195+141=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C38D is #573C72. Grayscale: #B4B4B4. Windows color (decimal): -5717107 or 9290664. OLE color: 9290664.

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

Color convert

RGB 168 195 141 -
CMYK 0.14 0 0.28 0.24
HSL 90º 0.31% 0.66% -
HSV(B) 90º 0.28% 0.76% -
XYZ 40.47 49.28 32.58 -
YUV 180.77 105.55 118.89 -
System Red Green Blue C M Y K H S L
Decimal 168 195 141 0.14 0 0.28 0.24 90 0.31 0.66
Hex A8 C3 8D E 0 1C 18 5A 1F 42
Octal 250 303 215 16 0 34 30 132 37 102
Binary 10101000 11000011 10001101 1110 0 11100 11000 1011010 11111 1000010

Color Harmonies of #A8C38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C38D

Black with #A8C38D

Text Example


Text Example

White with #A8C38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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