#9ABF87

Color #9ABF87 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #9ABF87

Tints of Norway #9ABF87

Color information

#9ABF87 (or 0x9ABF87) is unknown color: approx Norway. HEX triplet: 9A, BF and 87. RGB value is (154,191,135). Sum of RGB (Red+Green+Blue) = 154+191+135=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABF87 is #654078. Grayscale: #ADADAD. Windows color (decimal): -6635641 or 8896410. OLE color: 8896410.

HSL color Cylindrical-coordinate representation of color #9ABF87: hue angle of 99.64º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9ABF87 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB154191135-
CMYK0.1900.290.25
HSL99.64º30.43%63.92%-
HSV(B)99.64º29.32%74.9%-
XYZ36.3345.8829.86-
YUV173.55106.24114.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.08%
GREEN value IS 191 (75% from 255) = 39.79%
BLUE value IS 135 (53.12% from 255) = 28.12%
R=32.08%
G=39.79%
B=28.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541911350.1900.290.2599.6430.4363.92
Hex9ABF871301D19641e40
Octal232277207230353114436100
Binary10011010101111111000011110011011101110011100100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ABF87; }

 p { color: rgb(154,191,135); }

 H1.HeaderClassName
 {
   color: #9ABF87;
 }
 .AnyTagClassName
 {
   color: #9ABF87;
 }
</style>
background-color css

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

 a { background-color: rgb(154,191,135); }

 div.DivClassName
 {
   background-color: #9ABF87;
 }
 .BgClassName
 {
   background-color: #9ABF87;
 }
</style>
border-color css

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

 span { border-color: rgb(154,191,135); }

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