Html Css Color HEX #A9C294 Norway

📋 copy color: '#A9C294'

red 169 ◦ green 194 ◦ blue 148

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

Shades of Norway #A9C294

Tints of Norway #A9C294

RGB

 RED value IS 169 (66.41% from 255) = 33.07%

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

 BLUE value IS 148 (58.2% from 255) = 28.96%

R = 33.07%
G = 37.96%
B = 28.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#A9C294 (or 0xA9C294) is known color: Norway. HEX triplet: A9, C2 and 94. RGB value is (169,194,148). Sum of RGB (Red+Green+Blue) = 169+194+148=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9C294 is #563D6B. Grayscale: #B5B5B5. Windows color (decimal): -5651820 or 9749161. OLE color: 9749161.

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

Color convert

RGB 169 194 148 -
CMYK 0.13 0 0.24 0.24
HSL 92.61º 0.27% 0.67% -
HSV(B) 92.61º 0.24% 0.76% -
XYZ 41 49.16 35.34 -
YUV 181.28 109.22 119.24 -
System Red Green Blue C M Y K H S L
Decimal 169 194 148 0.13 0 0.24 0.24 92.61 0.27 0.67
Hex A9 C2 94 D 0 18 18 5D 1B 43
Octal 251 302 224 15 0 30 30 135 33 103
Binary 10101001 11000010 10010100 1101 0 11000 11000 1011101 11011 1000011

Color Harmonies of #A9C294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C294

Black with #A9C294

Text Example


Text Example

White with #A9C294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C294; }

 p { color: rgb(169,194,148); }

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

background-color css

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

 a { background-color: rgb(169,194,148); }

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

border-color css

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

 span { border-color: rgb(169,194,148); }

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