Html Css Color HEX #A8C38A Norway

📋 copy color: '#A8C38A'

red 168 ◦ green 195 ◦ blue 138

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

Shades of Norway #A8C38A

Tints of Norway #A8C38A

RGB

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

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

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

R = 33.53%
G = 38.92%
B = 27.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#A8C38A (or 0xA8C38A) is known color: Norway. HEX triplet: A8, C3 and 8A. RGB value is (168,195,138). Sum of RGB (Red+Green+Blue) = 168+195+138=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C38A is #573C75. Grayscale: #B4B4B4. Windows color (decimal): -5717110 or 9094056. OLE color: 9094056.

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

Color convert

RGB 168 195 138 -
CMYK 0.14 0 0.29 0.24
HSL 88.42º 0.32% 0.65% -
HSV(B) 88.42º 0.29% 0.76% -
XYZ 40.25 49.19 31.42 -
YUV 180.43 104.05 119.13 -
System Red Green Blue C M Y K H S L
Decimal 168 195 138 0.14 0 0.29 0.24 88.42 0.32 0.65
Hex A8 C3 8A E 0 1D 18 58 20 41
Octal 250 303 212 16 0 35 30 130 40 101
Binary 10101000 11000011 10001010 1110 0 11101 11000 1011000 100000 1000001

Color Harmonies of #A8C38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C38A

Black with #A8C38A

Text Example


Text Example

White with #A8C38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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