#9ABF84

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

Shades of Norway #9ABF84

Tints of Norway #9ABF84

Color information

#9ABF84 (or 0x9ABF84) is unknown color: approx Norway. HEX triplet: 9A, BF and 84. RGB value is (154,191,132). Sum of RGB (Red+Green+Blue) = 154+191+132=477 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.29% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 132 (51.95% from 255 or 27.67% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #9ABF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ABF84 is #65407B. Grayscale: #ADADAD. Windows color (decimal): -6635644 or 8699802. OLE color: 8699802.

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

Color convert

RGB154191132-
CMYK0.1900.310.25
HSL97.63º31.55%63.33%-
HSV(B)97.63º30.89%74.9%-
XYZ36.1245.828.77-
YUV173.21104.74114.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.29%
GREEN value IS 191 (75% from 255) = 40.04%
BLUE value IS 132 (51.95% from 255) = 27.67%
R=32.29%
G=40.04%
B=27.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541911320.1900.310.2597.6331.5563.33
Hex9ABF841301F1962203f
Octal23227720423037311424077
Binary10011010101111111000010010011011111110011100010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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