Html Css Color HEX #A4C481 Norway

📋 copy color: '#A4C481'

red 164 ◦ green 196 ◦ blue 129

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

Shades of Norway #A4C481

Tints of Norway #A4C481

RGB

 RED value IS 164 (64.45% from 255) = 33.54%

 GREEN value IS 196 (76.95% from 255) = 40.08%

 BLUE value IS 129 (50.78% from 255) = 26.38%

R = 33.54%
G = 40.08%
B = 26.38%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#A4C481 (or 0xA4C481) is known color: Norway. HEX triplet: A4, C4 and 81. RGB value is (164,196,129). Sum of RGB (Red+Green+Blue) = 164+196+129=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C481 is #5B3B7E. Grayscale: #B3B3B3. Windows color (decimal): -5979007 or 8504484. OLE color: 8504484.

HSL color Cylindrical-coordinate representation of color #A4C481: hue angle of 88.66º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4C481 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB 164 196 129 -
CMYK 0.16 0 0.34 0.23
HSL 88.66º 0.36% 0.64% -
HSV(B) 88.66º 0.34% 0.77% -
XYZ 39.01 48.96 28.16 -
YUV 178.79 99.9 117.45 -
System Red Green Blue C M Y K H S L
Decimal 164 196 129 0.16 0 0.34 0.23 88.66 0.36 0.64
Hex A4 C4 81 10 0 22 17 59 24 40
Octal 244 304 201 20 0 42 27 131 44 100
Binary 10100100 11000100 10000001 10000 0 100010 10111 1011001 100100 1000000

Color Harmonies of #A4C481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C481

Black with #A4C481

Text Example


Text Example

White with #A4C481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C481; }

 p { color: rgb(164,196,129); }

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

background-color css

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

 a { background-color: rgb(164,196,129); }

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

border-color css

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

 span { border-color: rgb(164,196,129); }

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