Html Css Color HEX #ABC58E Norway

📋 copy color: '#ABC58E'

red 171 ◦ green 197 ◦ blue 142

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

Shades of Norway #ABC58E

Tints of Norway #ABC58E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.84%

R = 33.53%
G = 38.63%
B = 27.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#ABC58E (or 0xABC58E) is known color: Norway. HEX triplet: AB, C5 and 8E. RGB value is (171,197,142). Sum of RGB (Red+Green+Blue) = 171+197+142=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 142 (55.86% from 255 or 27.84% from 510); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC58E is #543A71. Grayscale: #B7B7B7. Windows color (decimal): -5519986 or 9356715. OLE color: 9356715.

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

Color convert

RGB 171 197 142 -
CMYK 0.13 0 0.28 0.23
HSL 88.36º 0.32% 0.66% -
HSV(B) 88.36º 0.28% 0.77% -
XYZ 41.64 50.54 33.15 -
YUV 182.96 104.89 119.47 -
System Red Green Blue C M Y K H S L
Decimal 171 197 142 0.13 0 0.28 0.23 88.36 0.32 0.66
Hex AB C5 8E D 0 1C 17 58 20 42
Octal 253 305 216 15 0 34 27 130 40 102
Binary 10101011 11000101 10001110 1101 0 11100 10111 1011000 100000 1000010

Color Harmonies of #ABC58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC58E

Black with #ABC58E

Text Example


Text Example

White with #ABC58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC58E; }

 p { color: rgb(171,197,142); }

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

background-color css

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

 a { background-color: rgb(171,197,142); }

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

border-color css

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

 span { border-color: rgb(171,197,142); }

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