Html Css Color HEX #ABC28D Norway

📋 copy color: '#ABC28D'

red 171 ◦ green 194 ◦ blue 141

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

Shades of Norway #ABC28D

Tints of Norway #ABC28D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.34%

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

R = 33.79%
G = 38.34%
B = 27.87%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#ABC28D (or 0xABC28D) is known color: Norway. HEX triplet: AB, C2 and 8D. RGB value is (171,194,141). Sum of RGB (Red+Green+Blue) = 171+194+141=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC28D is #543D72. Grayscale: #B5B5B5. Windows color (decimal): -5520755 or 9290411. OLE color: 9290411.

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

Color convert

RGB 171 194 141 -
CMYK 0.12 0 0.27 0.24
HSL 86.04º 0.3% 0.66% -
HSV(B) 86.04º 0.27% 0.76% -
XYZ 40.89 49.16 32.53 -
YUV 181.08 105.38 120.81 -
System Red Green Blue C M Y K H S L
Decimal 171 194 141 0.12 0 0.27 0.24 86.04 0.3 0.66
Hex AB C2 8D C 0 1B 18 56 1E 42
Octal 253 302 215 14 0 33 30 126 36 102
Binary 10101011 11000010 10001101 1100 0 11011 11000 1010110 11110 1000010

Color Harmonies of #ABC28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC28D

Black with #ABC28D

Text Example


Text Example

White with #ABC28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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