#9ACF5D

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

Shades of Olivine #9ACF5D

Tints of Olivine #9ACF5D

Color information

#9ACF5D (or 0x9ACF5D) is unknown color: approx Olivine. HEX triplet: 9A, CF and 5D. RGB value is (154,207,93). Sum of RGB (Red+Green+Blue) = 154+207+93=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACF5D is #6530A2. Grayscale: #B2B2B2. Windows color (decimal): -6631587 or 6147994. OLE color: 6147994.

HSL color Cylindrical-coordinate representation of color #9ACF5D: hue angle of 87.89º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9ACF5D is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB15420793-
CMYK0.2600.550.19
HSL87.89º54.29%58.82%-
HSV(B)87.89º55.07%81.18%-
XYZ37.6252.2918.47-
YUV178.1679.94110.77-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.92%
GREEN value IS 207 (81.25% from 255) = 45.59%
BLUE value IS 93 (36.72% from 255) = 20.48%
R=33.92%
G=45.59%
B=20.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal154207930.2600.550.1987.8954.2958.82
Hex9ACF5D1A0371358363b
Octal23231713532067231306673
Binary10011010110011111011101110100110111100111011000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,207,93); }

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

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

 a { background-color: rgb(154,207,93); }

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

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

 span { border-color: rgb(154,207,93); }

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