Html Css Color HEX #ABC88E Norway

📋 copy color: '#ABC88E'

red 171 ◦ green 200 ◦ blue 142

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

Shades of Norway #ABC88E

Tints of Norway #ABC88E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.99%

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

R = 33.33%
G = 38.99%
B = 27.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#ABC88E (or 0xABC88E) is known color: Norway. HEX triplet: AB, C8 and 8E. RGB value is (171,200,142). Sum of RGB (Red+Green+Blue) = 171+200+142=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC88E is #543771. Grayscale: #B8B8B8. Windows color (decimal): -5519218 or 9357483. OLE color: 9357483.

HSL color Cylindrical-coordinate representation of color #ABC88E: hue angle of 90º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABC88E is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 200 142 -
CMYK 0.14 0 0.29 0.22
HSL 90º 0.35% 0.67% -
HSV(B) 90º 0.29% 0.78% -
XYZ 42.33 51.92 33.38 -
YUV 184.72 103.89 118.22 -
System Red Green Blue C M Y K H S L
Decimal 171 200 142 0.14 0 0.29 0.22 90 0.35 0.67
Hex AB C8 8E E 0 1D 16 5A 23 43
Octal 253 310 216 16 0 35 26 132 43 103
Binary 10101011 11001000 10001110 1110 0 11101 10110 1011010 100011 1000011

Color Harmonies of #ABC88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC88E

Black with #ABC88E

Text Example


Text Example

White with #ABC88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC88E; }

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

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

background-color css

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

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

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

border-color css

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

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

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