Html Css Color HEX #ABC18D Norway

📋 copy color: '#ABC18D'

red 171 ◦ green 193 ◦ blue 141

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

Shades of Norway #ABC18D

Tints of Norway #ABC18D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.92%

R = 33.86%
G = 38.22%
B = 27.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#ABC18D (or 0xABC18D) is known color: Norway. HEX triplet: AB, C1 and 8D. RGB value is (171,193,141). Sum of RGB (Red+Green+Blue) = 171+193+141=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC18D is #543E72. Grayscale: #B4B4B4. Windows color (decimal): -5521011 or 9290155. OLE color: 9290155.

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

Color convert

RGB 171 193 141 -
CMYK 0.11 0 0.27 0.24
HSL 85.38º 0.3% 0.65% -
HSV(B) 85.38º 0.27% 0.76% -
XYZ 40.67 48.72 32.46 -
YUV 180.49 105.71 121.23 -
System Red Green Blue C M Y K H S L
Decimal 171 193 141 0.11 0 0.27 0.24 85.38 0.3 0.65
Hex AB C1 8D B 0 1B 18 55 1E 41
Octal 253 301 215 13 0 33 30 125 36 101
Binary 10101011 11000001 10001101 1011 0 11011 11000 1010101 11110 1000001

Color Harmonies of #ABC18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC18D

Black with #ABC18D

Text Example


Text Example

White with #ABC18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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