Html Css Color HEX #ABC18F Norway

📋 copy color: '#ABC18F'

red 171 ◦ green 193 ◦ blue 143

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

Shades of Norway #ABC18F

Tints of Norway #ABC18F

RGB

 RED value IS 171 (67.19% from 255) = 33.73%

 GREEN value IS 193 (75.78% from 255) = 38.07%

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

R = 33.73%
G = 38.07%
B = 28.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#ABC18F (or 0xABC18F) is known color: Norway. HEX triplet: AB, C1 and 8F. RGB value is (171,193,143). Sum of RGB (Red+Green+Blue) = 171+193+143=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC18F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC18F is #543E70. Grayscale: #B4B4B4. Windows color (decimal): -5521009 or 9421227. OLE color: 9421227.

HSL color Cylindrical-coordinate representation of color #ABC18F: hue angle of 86.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABC18F is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 193 143 -
CMYK 0.11 0 0.26 0.24
HSL 86.4º 0.29% 0.66% -
HSV(B) 86.4º 0.26% 0.76% -
XYZ 40.82 48.78 33.25 -
YUV 180.72 106.71 121.07 -
System Red Green Blue C M Y K H S L
Decimal 171 193 143 0.11 0 0.26 0.24 86.4 0.29 0.66
Hex AB C1 8F B 0 1A 18 56 1D 42
Octal 253 301 217 13 0 32 30 126 35 102
Binary 10101011 11000001 10001111 1011 0 11010 11000 1010110 11101 1000010

Color Harmonies of #ABC18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC18F

Black with #ABC18F

Text Example


Text Example

White with #ABC18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC18F; }

 p { color: rgb(171,193,143); }

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

background-color css

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

 a { background-color: rgb(171,193,143); }

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

border-color css

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

 span { border-color: rgb(171,193,143); }

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