#9AC95B

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

Shades of Olivine #9AC95B

Tints of Olivine #9AC95B

Color information

#9AC95B (or 0x9AC95B) is unknown color: approx Olivine. HEX triplet: 9A, C9 and 5B. RGB value is (154,201,91). Sum of RGB (Red+Green+Blue) = 154+201+91=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 201 (78.91% from 255 or 45.07% from 446); Blue value is 91 (35.94% from 255 or 20.40% from 446); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC95B is #6536A4. Grayscale: #AEAEAE. Windows color (decimal): -6633125 or 6015386. OLE color: 6015386.

HSL color Cylindrical-coordinate representation of color #9AC95B: hue angle of 85.64º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9AC95B is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB15420191-
CMYK0.2300.550.21
HSL85.64º50.46%57.25%-
HSV(B)85.64º54.73%78.82%-
XYZ36.149.417.53-
YUV174.4180.93113.44-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.53%
GREEN value IS 201 (78.91% from 255) = 45.07%
BLUE value IS 91 (35.94% from 255) = 20.40%
R=34.53%
G=45.07%
B=20.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal154201910.2300.550.2185.6450.4657.25
Hex9AC95B1703715563239
Octal23231113327067251266271
Binary10011010110010011011011101110110111101011010110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,201,91); }

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

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

 a { background-color: rgb(154,201,91); }

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

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

 span { border-color: rgb(154,201,91); }

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