Html Css Color HEX #A8C58A Norway

📋 copy color: '#A8C58A'

red 168 ◦ green 197 ◦ blue 138

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

Shades of Norway #A8C58A

Tints of Norway #A8C58A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.17%

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

R = 33.4%
G = 39.17%
B = 27.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#A8C58A (or 0xA8C58A) is known color: Norway. HEX triplet: A8, C5 and 8A. RGB value is (168,197,138). Sum of RGB (Red+Green+Blue) = 168+197+138=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C58A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C58A is #573A75. Grayscale: #B5B5B5. Windows color (decimal): -5716598 or 9094568. OLE color: 9094568.

HSL color Cylindrical-coordinate representation of color #A8C58A: hue angle of 89.49º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8C58A is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 197 138 -
CMYK 0.15 0 0.30 0.23
HSL 89.49º 0.34% 0.66% -
HSV(B) 89.49º 0.3% 0.77% -
XYZ 40.7 50.09 31.57 -
YUV 181.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 168 197 138 0.15 0 0.30 0.23 89.49 0.34 0.66
Hex A8 C5 8A F 0 1E 17 59 22 42
Octal 250 305 212 17 0 36 27 131 42 102
Binary 10101000 11000101 10001010 1111 0 11110 10111 1011001 100010 1000010

Color Harmonies of #A8C58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C58A

Black with #A8C58A

Text Example


Text Example

White with #A8C58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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