#94CA6F

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

Shades of Olivine #94CA6F

Tints of Olivine #94CA6F

Color information

#94CA6F (or 0x94CA6F) is unknown color: approx Olivine. HEX triplet: 94, CA and 6F. RGB value is (148,202,111). Sum of RGB (Red+Green+Blue) = 148+202+111=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 202 (79.30% from 255 or 43.82% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CA6F is #6B3590. Grayscale: #AFAFAF. Windows color (decimal): -7026065 or 7326356. OLE color: 7326356.

HSL color Cylindrical-coordinate representation of color #94CA6F: hue angle of 95.6º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94CA6F is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB148202111-
CMYK0.2700.450.21
HSL95.6º46.19%61.37%-
HSV(B)95.6º45.05%79.22%-
XYZ36.249.6822.72-
YUV175.4891.61108.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.10%
GREEN value IS 202 (79.30% from 255) = 43.82%
BLUE value IS 111 (43.75% from 255) = 24.08%
R=32.10%
G=43.82%
B=24.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482021110.2700.450.2195.646.1961.37
Hex94CA6F1B02D15602e3d
Octal22431215733055251405675
Binary10010100110010101101111110110101101101011100000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94CA6F; }

 p { color: rgb(148,202,111); }

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

<style>
 a { background-color: #94CA6F; }

 a { background-color: rgb(148,202,111); }

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

<style>
 span { border-color: #94CA6F; }

 span { border-color: rgb(148,202,111); }

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