#9AC27E

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

Shades of Olivine #9AC27E

Tints of Olivine #9AC27E

Color information

#9AC27E (or 0x9AC27E) is unknown color: approx Olivine. HEX triplet: 9A, C2 and 7E. RGB value is (154,194,126). Sum of RGB (Red+Green+Blue) = 154+194+126=474 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.49% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AC27E is #653D81. Grayscale: #AEAEAE. Windows color (decimal): -6634882 or 8307354. OLE color: 8307354.

HSL color Cylindrical-coordinate representation of color #9AC27E: hue angle of 95.29º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AC27E is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB154194126-
CMYK0.2100.350.24
HSL95.29º35.79%62.75%-
HSV(B)95.29º35.05%76.08%-
XYZ36.3846.9626.89-
YUV174.29100.75113.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.49%
GREEN value IS 194 (76.17% from 255) = 40.93%
BLUE value IS 126 (49.61% from 255) = 26.58%
R=32.49%
G=40.93%
B=26.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541941260.2100.350.2495.2935.7962.75
Hex9AC27E15023185f243f
Octal23230217625043301374477
Binary10011010110000101111110101010100011110001011111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,194,126); }

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

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

 a { background-color: rgb(154,194,126); }

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

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

 span { border-color: rgb(154,194,126); }

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