Html Css Color HEX #A8C58F Norway

📋 copy color: '#A8C58F'

red 168 ◦ green 197 ◦ blue 143

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

Shades of Norway #A8C58F

Tints of Norway #A8C58F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.15%

R = 33.07%
G = 38.78%
B = 28.15%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#A8C58F (or 0xA8C58F) is known color: Norway. HEX triplet: A8, C5 and 8F. RGB value is (168,197,143). Sum of RGB (Red+Green+Blue) = 168+197+143=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C58F is #573A70. Grayscale: #B6B6B6. Windows color (decimal): -5716593 or 9422248. OLE color: 9422248.

HSL color Cylindrical-coordinate representation of color #A8C58F: hue angle of 92.22º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8C58F is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 197 143 -
CMYK 0.15 0 0.27 0.23
HSL 92.22º 0.32% 0.67% -
HSV(B) 92.22º 0.27% 0.77% -
XYZ 41.07 50.24 33.52 -
YUV 182.17 105.89 117.89 -
System Red Green Blue C M Y K H S L
Decimal 168 197 143 0.15 0 0.27 0.23 92.22 0.32 0.67
Hex A8 C5 8F F 0 1B 17 5C 20 43
Octal 250 305 217 17 0 33 27 134 40 103
Binary 10101000 11000101 10001111 1111 0 11011 10111 1011100 100000 1000011

Color Harmonies of #A8C58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C58F

Black with #A8C58F

Text Example


Text Example

White with #A8C58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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