Html Css Color HEX #A6C38A Norway

📋 copy color: '#A6C38A'

red 166 ◦ green 195 ◦ blue 138

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

Shades of Norway #A6C38A

Tints of Norway #A6C38A

RGB

 RED value IS 166 (65.23% from 255) = 33.27%

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

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

R = 33.27%
G = 39.08%
B = 27.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#A6C38A (or 0xA6C38A) is known color: Norway. HEX triplet: A6, C3 and 8A. RGB value is (166,195,138). Sum of RGB (Red+Green+Blue) = 166+195+138=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C38A is #593C75. Grayscale: #B4B4B4. Windows color (decimal): -5848182 or 9094054. OLE color: 9094054.

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

Color convert

RGB 166 195 138 -
CMYK 0.15 0 0.29 0.24
HSL 90.53º 0.32% 0.65% -
HSV(B) 90.53º 0.29% 0.76% -
XYZ 39.83 48.97 31.4 -
YUV 179.83 104.39 118.13 -
System Red Green Blue C M Y K H S L
Decimal 166 195 138 0.15 0 0.29 0.24 90.53 0.32 0.65
Hex A6 C3 8A F 0 1D 18 5B 20 41
Octal 246 303 212 17 0 35 30 133 40 101
Binary 10100110 11000011 10001010 1111 0 11101 11000 1011011 100000 1000001

Color Harmonies of #A6C38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C38A

Black with #A6C38A

Text Example


Text Example

White with #A6C38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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